pub struct NoopCommand;Expand description
A Command implementation that does nothing.
Trait Implementations§
Source§impl<Ctx> Command<Ctx> for NoopCommand
impl<Ctx> Command<Ctx> for NoopCommand
Source§impl Debug for NoopCommand
impl Debug for NoopCommand
Source§impl Default for NoopCommand
impl Default for NoopCommand
Source§fn default() -> NoopCommand
fn default() -> NoopCommand
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoopCommand
impl RefUnwindSafe for NoopCommand
impl Send for NoopCommand
impl Sync for NoopCommand
impl Unpin for NoopCommand
impl UnwindSafe for NoopCommand
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