pub struct ParseOptions {
pub help_printer: Option<Box<dyn HelpPrinter>>,
}
Expand description
Options to customize the parser.
Fields§
§help_printer: Option<Box<dyn HelpPrinter>>
Specify a custom help printer or the default one will be used.
Auto Trait Implementations§
impl Freeze for ParseOptions
impl !RefUnwindSafe for ParseOptions
impl !Send for ParseOptions
impl !Sync for ParseOptions
impl Unpin for ParseOptions
impl !UnwindSafe for ParseOptions
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