Struct arg_combinators::Opt[][src]

pub struct Opt {
    pub short: String,
    pub long: String,
    pub hint: String,
    pub doc: String,
}

Fields

Trait Implementations

impl Default for Opt
[src]

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

impl Arg for Opt
[src]

Auto Trait Implementations

impl Send for Opt

impl Sync for Opt