Enum odata_params::filters::CompareOperator
source · pub enum CompareOperator {
Equal,
NotEqual,
GreaterThan,
GreaterOrEqual,
LessThan,
LessOrEqual,
}Variants§
Trait Implementations§
source§impl Debug for CompareOperator
impl Debug for CompareOperator
source§impl PartialEq for CompareOperator
impl PartialEq for CompareOperator
source§fn eq(&self, other: &CompareOperator) -> bool
fn eq(&self, other: &CompareOperator) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for CompareOperator
impl StructuralPartialEq for CompareOperator
Auto Trait Implementations§
impl Freeze for CompareOperator
impl RefUnwindSafe for CompareOperator
impl Send for CompareOperator
impl Sync for CompareOperator
impl Unpin for CompareOperator
impl UnwindSafe for CompareOperator
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