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]
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) -> bool1.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