pub struct Help<'a>(pub &'a [HelpSection<'a>]);
Expand description
A structured help message.
Refer to the crate-level documentation for help.
Tuple Fields§
§0: &'a [HelpSection<'a>]
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Help<'a>
impl<'a> RefUnwindSafe for Help<'a>
impl<'a> Send for Help<'a>
impl<'a> Sync for Help<'a>
impl<'a> Unpin for Help<'a>
impl<'a> UnwindSafe for Help<'a>
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