pub struct UnaryOp { /* private fields */ }Expand description
A unary operation is an operation with only one operand.
More information:
Implementations§
Trait Implementations§
Source§impl Executable for UnaryOp
impl Executable for UnaryOp
Source§impl Trace for UnaryOp
impl Trace for UnaryOp
Source§fn finalize_glue(&self)
fn finalize_glue(&self)
Runs Finalize::finalize() on this object and all
contained subobjects
impl StructuralPartialEq for UnaryOp
Auto Trait Implementations§
impl Freeze for UnaryOp
impl RefUnwindSafe for UnaryOp
impl !Send for UnaryOp
impl !Sync for UnaryOp
impl Unpin for UnaryOp
impl UnwindSafe for UnaryOp
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