pub enum Operator1 {
Not,
}
Expand description
Operator with one operand
Variants§
Not
Trait Implementations§
impl StructuralPartialEq for Operator1
Auto Trait Implementations§
impl Freeze for Operator1
impl RefUnwindSafe for Operator1
impl Send for Operator1
impl Sync for Operator1
impl Unpin for Operator1
impl UnwindSafe for Operator1
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