Enum edn::query::OrWhereClause [] [src]

pub enum OrWhereClause {
    Clause(WhereClause),
    And(Vec<WhereClause>),
}

Variants

Methods

impl OrWhereClause
[src]

Trait Implementations

impl Clone for OrWhereClause
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrWhereClause
[src]

Formats the value using the given formatter. Read more

impl Eq for OrWhereClause
[src]

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

Auto Trait Implementations

impl !Send for OrWhereClause

impl !Sync for OrWhereClause