pub struct NullWrapper;Expand description
The default (no-op) command wrapper.
Trait Implementations§
Source§impl CommandWrapper for NullWrapper
impl CommandWrapper for NullWrapper
fn wrap(&self, cmd: ResolvedCommand) -> ResolvedCommand
Auto Trait Implementations§
impl Freeze for NullWrapper
impl RefUnwindSafe for NullWrapper
impl Send for NullWrapper
impl Sync for NullWrapper
impl Unpin for NullWrapper
impl UnsafeUnpin for NullWrapper
impl UnwindSafe for NullWrapper
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