Struct extra::getopts::Opt

pub struct Opt {
    name: Name,
    hasarg: HasArg,
    occur: Occur,
    aliases: ~[Opt],
}

A description of a possible option.

Trait Implementations

impl std::clone::Clone for Opt

fn clone(&self) -> Opt

impl std::cmp::Eq for Opt

fn eq(&self, __arg_0: &Opt) -> bool

fn ne(&self, __arg_0: &Opt) -> bool