Struct edn::query::Pull [] [src]

pub struct Pull {
    pub var: Variable,
    pub patterns: Vec<PullAttributeSpec>,
}

Fields

Trait Implementations

impl Debug for Pull
[src]

Formats the value using the given formatter. Read more

impl Eq for Pull
[src]

impl PartialEq for Pull
[src]

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

This method tests for !=.

Auto Trait Implementations

impl !Send for Pull

impl !Sync for Pull