Enum arg_combinators::arg::SwitchArity[][src]

pub enum SwitchArity {
    Flag,
    MultiFlag,
    Opt {
        hint: String,
    },
    MultiOpt {
        hint: String,
    },
}

Variants

Fields of Opt

Fields of MultiOpt

Trait Implementations

impl Debug for SwitchArity
[src]

Formats the value using the given formatter. Read more

impl Clone for SwitchArity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SwitchArity
[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 SwitchArity
[src]

impl Hash for SwitchArity
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for SwitchArity

impl Sync for SwitchArity