Enum gong::options::OptionsMode[][src]

pub enum OptionsMode {
    Standard,
    Alternate,
}

Used to assert which option processing mode to use

Variants

Standard (default): Short (-o) and long (--foo) options, with single and double dash prefixes respectively.

Alternate: Long options only, with single dash prefix.

Trait Implementations

impl Debug for OptionsMode
[src]

Formats the value using the given formatter. Read more

impl Clone for OptionsMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OptionsMode
[src]

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

impl Default for OptionsMode
[src]

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

Auto Trait Implementations

impl Send for OptionsMode

impl Sync for OptionsMode