Enum edn::query::WhereClause [] [src]

pub enum WhereClause {
    NotJoin(NotJoin),
    OrJoin(OrJoin),
    Pred(Predicate),
    WhereFn(WhereFn),
    RuleExpr,
    Pattern(Pattern),
    TypeAnnotation(TypeAnnotation),
}

Variants

Methods

impl WhereClause
[src]

Trait Implementations

impl Clone for WhereClause
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WhereClause
[src]

Formats the value using the given formatter. Read more

impl Eq for WhereClause
[src]

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

Auto Trait Implementations

impl !Send for WhereClause

impl !Sync for WhereClause