Enum getopts::HasArg [−][src]
pub enum HasArg {
Yes,
No,
Maybe,
}Expand description
Describes whether an option has an argument.
Variants
The option requires an argument.
The option takes no argument.
The option argument is optional.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HasArg
impl UnwindSafe for HasArg
Blanket Implementations
Mutably borrows from an owned value. Read more