Struct docopticon::Docopt
source · pub struct Docopt<'d> {
pub settings: Option<Settings>,
/* private fields */
}Expand description
Parser of docopt.
Fields§
§settings: Option<Settings>Parser settings on how consistency issues in the help text should be handled if at all.
If None parser will try to do its best to guess [Settings].
Implementations§
Auto Trait Implementations§
impl<'d> RefUnwindSafe for Docopt<'d>
impl<'d> Send for Docopt<'d>
impl<'d> Sync for Docopt<'d>
impl<'d> Unpin for Docopt<'d>
impl<'d> UnwindSafe for Docopt<'d>
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