Enum getopts::FailType [] [src]

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

impl PartialEq for FailType

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

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

impl Copy for FailType

impl Clone for FailType

fn clone(&self) -> FailType

fn clone_from(&mut self, source: &Self)