pub enum UnaryExprOp {
Negation,
Plus,
Not,
Deref,
Ref,
}Variants§
Trait Implementations§
Source§impl Debug for UnaryExprOp
impl Debug for UnaryExprOp
Auto Trait Implementations§
impl Freeze for UnaryExprOp
impl RefUnwindSafe for UnaryExprOp
impl Send for UnaryExprOp
impl Sync for UnaryExprOp
impl Unpin for UnaryExprOp
impl UnwindSafe for UnaryExprOp
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