Struct CLIArgsCommand
pub struct CLIArgsCommand;Expand description
Default implementation of ArgsCommand trait
Trait Implementations§
§impl ArgsCommand for CLIArgsCommand
impl ArgsCommand for CLIArgsCommand
§fn print_help(&self) -> Result<(), Error>
fn print_help(&self) -> Result<(), Error>
Print help message
Auto Trait Implementations§
impl Freeze for CLIArgsCommand
impl RefUnwindSafe for CLIArgsCommand
impl Send for CLIArgsCommand
impl Sync for CLIArgsCommand
impl Unpin for CLIArgsCommand
impl UnwindSafe for CLIArgsCommand
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