pub enum OptionsState {
Start,
Option,
Argument,
Description,
}Expand description
States of Options: parsing.
Variants§
Trait Implementations§
Source§impl Ord for OptionsState
impl Ord for OptionsState
Source§fn cmp(&self, other: &OptionsState) -> Ordering
fn cmp(&self, other: &OptionsState) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OptionsState
impl PartialEq for OptionsState
Source§impl PartialOrd for OptionsState
impl PartialOrd for OptionsState
impl Eq for OptionsState
impl StructuralPartialEq for OptionsState
Auto Trait Implementations§
impl Freeze for OptionsState
impl RefUnwindSafe for OptionsState
impl Send for OptionsState
impl Sync for OptionsState
impl Unpin for OptionsState
impl UnwindSafe for OptionsState
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