Enum cel_parser::ast::RelationOp  
source · pub enum RelationOp {
    LessThan,
    LessThanEq,
    GreaterThan,
    GreaterThanEq,
    Equals,
    NotEquals,
    In,
}Variants§
Trait Implementations§
source§impl Clone for RelationOp
 
impl Clone for RelationOp
source§fn clone(&self) -> RelationOp
 
fn clone(&self) -> RelationOp
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for RelationOp
 
impl Debug for RelationOp
source§impl PartialEq for RelationOp
 
impl PartialEq for RelationOp
source§fn eq(&self, other: &RelationOp) -> bool
 
fn eq(&self, other: &RelationOp) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for RelationOp
impl StructuralEq for RelationOp
impl StructuralPartialEq for RelationOp
Auto Trait Implementations§
impl RefUnwindSafe for RelationOp
impl Send for RelationOp
impl Sync for RelationOp
impl Unpin for RelationOp
impl UnwindSafe for RelationOp
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more