Enum getopts::FailType [] [src]

pub enum FailType {
    ArgumentMissing_,
    UnrecognizedOption_,
    OptionMissing_,
    OptionDuplicated_,
    UnexpectedArgument_,
}
Unstable (rustc_private)

: use the crates.io getopts library instead

The type of failure that occurred.

Variants

ArgumentMissing_
Unstable (rustc_private)

: use the crates.io getopts library instead

UnrecognizedOption_
Unstable (rustc_private)

: use the crates.io getopts library instead

OptionMissing_
Unstable (rustc_private)

: use the crates.io getopts library instead

OptionDuplicated_
Unstable (rustc_private)

: use the crates.io getopts library instead

UnexpectedArgument_
Unstable (rustc_private)

: use the crates.io getopts library instead

Trait Implementations

Derived Implementations

impl Debug for FailType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Eq for FailType
[src]

impl PartialEq for FailType
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Clone for FailType
[src]

fn clone(&self) -> FailType

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for FailType
[src]