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