Enum getopts::Occur [−][src]
pub enum Occur {
Req,
Optional,
Multi,
}Expand description
Describes how often an option may occur.
Variants
Req
The option occurs once.
Optional
The option occurs at most once.
Multi
The option occurs zero or more times.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Occur
impl UnwindSafe for Occur
Blanket Implementations
Mutably borrows from an owned value. Read more
