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