Enum getopts::FailType
[−]
[src]
pub enum FailType {
ArgumentMissing_,
UnrecognizedOption_,
OptionMissing_,
OptionDuplicated_,
UnexpectedArgument_,
}🔬 This is a nightly-only experimental API. (rustc_private)
use the crates.io getopts library instead
The type of failure that occurred.
Variants
ArgumentMissing_🔬 This is a nightly-only experimental API. (rustc_private)
use the crates.io getopts library instead
UnrecognizedOption_🔬 This is a nightly-only experimental API. (rustc_private)
use the crates.io getopts library instead
OptionMissing_🔬 This is a nightly-only experimental API. (rustc_private)
use the crates.io getopts library instead
OptionDuplicated_🔬 This is a nightly-only experimental API. (rustc_private)
use the crates.io getopts library instead
UnexpectedArgument_🔬 This is a nightly-only experimental API. (rustc_private)
use the crates.io getopts library instead
Trait Implementations
impl Copy for FailType[src]
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 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) -> bool1.0.0
This method tests for !=.