Struct edn::query::NamedPullAttribute
[−]
[src]
pub struct NamedPullAttribute { pub attribute: PullConcreteAttribute, pub alias: Option<Rc<Keyword>>, }
Fields
attribute: PullConcreteAttribute
alias: Option<Rc<Keyword>>
Trait Implementations
impl Clone for NamedPullAttribute
[src]
fn clone(&self) -> NamedPullAttribute
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for NamedPullAttribute
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Eq for NamedPullAttribute
[src]
impl PartialEq for NamedPullAttribute
[src]
fn eq(&self, __arg_0: &NamedPullAttribute) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &NamedPullAttribute) -> bool
[src]
This method tests for !=
.
impl From<PullConcreteAttribute> for NamedPullAttribute
[src]
fn from(a: PullConcreteAttribute) -> Self
[src]
Performs the conversion.