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