pub struct HelpParams {
pub command: Option<String>,
}Expand description
List all commands, or get help for a specified command.
Fields§
§command: Option<String>The command to get help on
Trait Implementations§
Source§impl Debug for HelpParams
impl Debug for HelpParams
Auto Trait Implementations§
impl Freeze for HelpParams
impl RefUnwindSafe for HelpParams
impl Send for HelpParams
impl Sync for HelpParams
impl Unpin for HelpParams
impl UnwindSafe for HelpParams
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