pub enum PrefixOp {
Not,
}Variants§
Not
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrefixOp
impl RefUnwindSafe for PrefixOp
impl Send for PrefixOp
impl Sync for PrefixOp
impl Unpin for PrefixOp
impl UnwindSafe for PrefixOp
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