Enum atc_router::ast::BinaryOperator
source · pub enum BinaryOperator {
Equals,
NotEquals,
Regex,
Prefix,
Postfix,
Greater,
GreaterOrEqual,
Less,
LessOrEqual,
In,
NotIn,
Contains,
}Variants§
Trait Implementations§
source§impl Debug for BinaryOperator
impl Debug for BinaryOperator
source§impl PartialEq for BinaryOperator
impl PartialEq for BinaryOperator
source§fn eq(&self, other: &BinaryOperator) -> bool
fn eq(&self, other: &BinaryOperator) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for BinaryOperator
impl StructuralPartialEq for BinaryOperator
Auto Trait Implementations§
impl Freeze for BinaryOperator
impl RefUnwindSafe for BinaryOperator
impl Send for BinaryOperator
impl Sync for BinaryOperator
impl Unpin for BinaryOperator
impl UnwindSafe for BinaryOperator
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