pub struct CmdWrapper { /* private fields */ }Expand description
This wrapper hold a command object and a arguments vectors.
Implementations§
Source§impl CmdWrapper
impl CmdWrapper
Sourcepub fn print_help(&self)
pub fn print_help(&self)
Print the help of the wrapper command
Auto Trait Implementations§
impl Freeze for CmdWrapper
impl !RefUnwindSafe for CmdWrapper
impl !Send for CmdWrapper
impl !Sync for CmdWrapper
impl Unpin for CmdWrapper
impl !UnwindSafe for CmdWrapper
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