Enum edn::query::WhereClause
[−]
[src]
Variants
NotJoin(NotJoin)
OrJoin(OrJoin)
Pred(Predicate)
WhereFn(WhereFn)
RuleExpr
Pattern(Pattern)
TypeAnnotation(TypeAnnotation)
Methods
impl WhereClause
[src]
[−]
impl WhereClause
pub fn is_pattern(&self) -> bool
[src]
pub fn is_pattern(&self) -> bool
Trait Implementations
impl Clone for WhereClause
[src]
[+]
impl Clone for WhereClause
impl Debug for WhereClause
[src]
[+]
impl Debug for WhereClause
impl Eq for WhereClause
[src]
impl Eq for WhereClause
impl PartialEq for WhereClause
[src]
[+]
impl PartialEq for WhereClause
impl ContainsVariables for WhereClause
[src]
[+]
impl ContainsVariables for WhereClause
Auto Trait Implementations
impl !Send for WhereClause
impl !Send for WhereClause
impl !Sync for WhereClause
impl !Sync for WhereClause