Fields
store: Store
Implementations
Trait Implementations
sourceimpl<W: Write, F: Format> Printer<W> for AppHelp<W, F>
impl<W: Write, F: Format> Printer<W> for AppHelp<W, F>
fn set_style(&mut self, style: Style)
fn set_output_handle(&mut self, w: W)
fn print_help(&mut self) -> Result<usize>
fn print_cmd_help(&mut self, cmd: Option<Ustr>) -> Result<usize>
fn print_section_all(&mut self) -> Result<usize>
fn print_section(&mut self, section: Ustr) -> Result<usize>
fn print_cmd_usage(&mut self, cmd: Option<Ustr>) -> Result<usize>
fn print_cmd_header(&mut self, cmd: Option<Ustr>) -> Result<usize>
fn print_cmd_pos(&mut self, cmd: Option<Ustr>) -> Result<usize>
fn print_cmd_opt(&mut self, cmd: Option<Ustr>) -> Result<usize>
Auto Trait Implementations
impl<W, F> RefUnwindSafe for AppHelp<W, F> where
F: RefUnwindSafe,
W: RefUnwindSafe,
impl<W, F> Send for AppHelp<W, F> where
F: Send,
W: Send,
impl<W, F> Sync for AppHelp<W, F> where
F: Sync,
W: Sync,
impl<W, F> Unpin for AppHelp<W, F> where
F: Unpin,
W: Unpin,
impl<W, F> UnwindSafe for AppHelp<W, F> where
F: UnwindSafe,
W: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more