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