pub enum Uop {
Plus,
Minus,
Invert,
Not,
}
Expand description
Unary operators.
Variants§
Trait Implementations§
impl Copy for Uop
impl Eq for Uop
impl StructuralPartialEq for Uop
Auto Trait Implementations§
impl Freeze for Uop
impl RefUnwindSafe for Uop
impl Send for Uop
impl Sync for Uop
impl Unpin for Uop
impl UnwindSafe for Uop
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