pub struct NoCmd;Expand description
Represents an empty command. Used as a marker in CommandBuilder.
Auto Trait Implementations§
impl Freeze for NoCmd
impl RefUnwindSafe for NoCmd
impl Send for NoCmd
impl Sync for NoCmd
impl Unpin for NoCmd
impl UnwindSafe for NoCmd
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