pub struct HelpGenerator { /* private fields */ }Expand description
Help generator for creating comprehensive CLI documentation.
Implementations§
Source§impl HelpGenerator
impl HelpGenerator
Source§impl HelpGenerator
impl HelpGenerator
Sourcepub fn generate_all_help(&self) -> Result<String>
pub fn generate_all_help(&self) -> Result<String>
Generates comprehensive help for all commands.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HelpGenerator
impl !RefUnwindSafe for HelpGenerator
impl Send for HelpGenerator
impl Sync for HelpGenerator
impl Unpin for HelpGenerator
impl UnsafeUnpin for HelpGenerator
impl !UnwindSafe for HelpGenerator
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