[src]

Enum getopts::FailType

pub enum FailType {
    ArgumentMissing_,
    UnrecognizedOption_,
    OptionMissing_,
    OptionDuplicated_,
    UnexpectedArgument_,
}

The type of failure that occurred.

Variants

ArgumentMissing_
UnrecognizedOption_
OptionMissing_
OptionDuplicated_
UnexpectedArgument_

Trait Implementations

Derived Implementations

impl Eq for FailType

fn eq(&self, __arg_0: &FailType) -> bool

fn ne(&self, __arg_0: &FailType) -> bool