pub struct HelpCommand;
Expand description
Built-in help command (execution handled by registry internally)
Implementations§
Source§impl HelpCommand
impl HelpCommand
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HelpCommand
impl RefUnwindSafe for HelpCommand
impl Send for HelpCommand
impl Sync for HelpCommand
impl Unpin for HelpCommand
impl UnwindSafe for HelpCommand
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