Enum gitql_ast::expression::ComparisonOperator
source · pub enum ComparisonOperator {
Greater,
GreaterEqual,
Less,
LessEqual,
Equal,
NotEqual,
}
Variants§
Trait Implementations§
source§impl PartialEq<ComparisonOperator> for ComparisonOperator
impl PartialEq<ComparisonOperator> for ComparisonOperator
source§fn eq(&self, other: &ComparisonOperator) -> bool
fn eq(&self, other: &ComparisonOperator) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ComparisonOperator
Auto Trait Implementations§
impl RefUnwindSafe for ComparisonOperator
impl Send for ComparisonOperator
impl Sync for ComparisonOperator
impl Unpin for ComparisonOperator
impl UnwindSafe for ComparisonOperator
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