pub enum OptFlags {
OptionsEverywhere,
PrefixMatchLongOptions,
}Expand description
Flags for changing command-line parser’s behavior.
See OptSpecs struct’s flag() method for more information.
Variants§
Trait Implementations§
impl StructuralPartialEq for OptFlags
Auto Trait Implementations§
impl Freeze for OptFlags
impl RefUnwindSafe for OptFlags
impl Send for OptFlags
impl Sync for OptFlags
impl Unpin for OptFlags
impl UnwindSafe for OptFlags
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