pub enum UnaryOp_ {
Not,
}
Variants
Not
Implementations
Trait Implementations
sourceimpl PartialEq<UnaryOp_> for UnaryOp_
impl PartialEq<UnaryOp_> for UnaryOp_
impl Copy for UnaryOp_
impl StructuralPartialEq for UnaryOp_
Auto Trait Implementations
impl RefUnwindSafe for UnaryOp_
impl Send for UnaryOp_
impl Sync for UnaryOp_
impl Unpin for UnaryOp_
impl UnwindSafe for UnaryOp_
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more