pub struct HelpCmd {
pub is_debug: bool,
}Expand description
Executes help command for the given subcommand.
Fields§
§is_debug: boolImplementations§
Auto Trait Implementations§
impl Freeze for HelpCmd
impl RefUnwindSafe for HelpCmd
impl Send for HelpCmd
impl Sync for HelpCmd
impl Unpin for HelpCmd
impl UnwindSafe for HelpCmd
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