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