Struct edn::query::Predicate [] [src]

pub struct Predicate {
    pub operator: PlainSymbol,
    pub args: Vec<FnArg>,
}

Fields

Trait Implementations

impl Clone for Predicate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Predicate
[src]

Formats the value using the given formatter. Read more

impl Eq for Predicate
[src]

impl PartialEq for Predicate
[src]

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

This method tests for !=.

impl ContainsVariables for Predicate
[src]

Auto Trait Implementations

impl !Send for Predicate

impl !Sync for Predicate