Struct arg_combinators::validation::Invalid[][src]

pub struct Invalid {
    pub duplicate_shorts: Vec<String>,
    pub duplicate_longs: Vec<String>,
    pub one_char_longs: Vec<String>,
    pub multi_char_shorts: Vec<String>,
    pub has_empty_switch: bool,
}

Fields

Trait Implementations

impl PartialEq for Invalid
[src]

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

This method tests for !=.

impl Eq for Invalid
[src]

impl Debug for Invalid
[src]

Formats the value using the given formatter. Read more

impl Default for Invalid
[src]

Returns the "default value" for a type. Read more

impl Display for Invalid
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Invalid

impl Sync for Invalid