Struct edn::query::Pull
[−]
[src]
pub struct Pull { pub var: Variable, pub patterns: Vec<PullAttributeSpec>, }
Fields
var: Variable
patterns: Vec<PullAttributeSpec>
Trait Implementations
impl Debug for Pull
[src]
impl Debug for Pull
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for Pull
[src]
impl Eq for Pull
impl PartialEq for Pull
[src]
impl PartialEq for Pull