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