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