Enum edn::query::OrWhereClause
[−]
[src]
pub enum OrWhereClause { Clause(WhereClause), And(Vec<WhereClause>), }
Variants
Clause(WhereClause)
And(Vec<WhereClause>)
Methods
impl OrWhereClause
[src]
impl OrWhereClause
pub fn is_pattern_or_patterns(&self) -> bool
[src]
pub fn is_pattern_or_patterns(&self) -> bool
Trait Implementations
impl Clone for OrWhereClause
[src]
impl Clone for OrWhereClause
fn clone(&self) -> OrWhereClause
[src]
fn clone(&self) -> OrWhereClause
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for OrWhereClause
[src]
impl Debug for OrWhereClause
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 OrWhereClause
[src]
impl Eq for OrWhereClause
impl PartialEq for OrWhereClause
[src]
impl PartialEq for OrWhereClause
fn eq(&self, __arg_0: &OrWhereClause) -> bool
[src]
fn eq(&self, __arg_0: &OrWhereClause) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &OrWhereClause) -> bool
[src]
fn ne(&self, __arg_0: &OrWhereClause) -> bool
This method tests for !=
.
impl ContainsVariables for OrWhereClause
[src]
impl ContainsVariables for OrWhereClause
fn accumulate_mentioned_variables(&self, acc: &mut BTreeSet<Variable>)
[src]
fn accumulate_mentioned_variables(&self, acc: &mut BTreeSet<Variable>)
fn collect_mentioned_variables(&self) -> BTreeSet<Variable>
[src]
fn collect_mentioned_variables(&self) -> BTreeSet<Variable>
Auto Trait Implementations
impl !Send for OrWhereClause
impl !Send for OrWhereClause
impl !Sync for OrWhereClause
impl !Sync for OrWhereClause