Enum edn::query::PullConcreteAttribute [] [src]

pub enum PullConcreteAttribute {
    Ident(Rc<Keyword>),
    Entid(i64),
}

Variants

Trait Implementations

impl Clone for PullConcreteAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PullConcreteAttribute
[src]

Formats the value using the given formatter. Read more

impl Eq for PullConcreteAttribute
[src]

impl PartialEq for PullConcreteAttribute
[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 PullConcreteAttribute
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for PullConcreteAttribute

impl !Sync for PullConcreteAttribute