Enum getopts::Occur [−][src]
pub enum Occur { Req, Optional, Multi, }
Expand description
Describes how often an option may occur.
Variants
The option occurs once.
The option occurs at most once.
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