pub struct Nop {}
Expand description
Do nothing.
Implementations§
Trait Implementations§
Source§impl From<Nop> for ExtendedOp
impl From<Nop> for ExtendedOp
impl Copy for Nop
impl Eq for Nop
impl StructuralPartialEq for Nop
Auto Trait Implementations§
impl Freeze for Nop
impl RefUnwindSafe for Nop
impl Send for Nop
impl Sync for Nop
impl Unpin for Nop
impl UnwindSafe for Nop
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