Struct edn::query::NamedPullAttribute [] [src]

pub struct NamedPullAttribute {
    pub attribute: PullConcreteAttribute,
    pub alias: Option<Rc<Keyword>>,
}

Fields

Trait Implementations

impl Clone for NamedPullAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NamedPullAttribute
[src]

Formats the value using the given formatter. Read more

impl Eq for NamedPullAttribute
[src]

impl PartialEq for NamedPullAttribute
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<PullConcreteAttribute> for NamedPullAttribute
[src]

Performs the conversion.

impl Display for NamedPullAttribute
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for NamedPullAttribute

impl !Sync for NamedPullAttribute