pub struct PrefixUnaryOp {}
Auto Trait Implementations§
impl Freeze for PrefixUnaryOp
impl RefUnwindSafe for PrefixUnaryOp
impl Send for PrefixUnaryOp
impl Sync for PrefixUnaryOp
impl Unpin for PrefixUnaryOp
impl UnwindSafe for PrefixUnaryOp
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