Enum extra::getopts::HasArg

pub enum HasArg {
    Yes,
    No,
    Maybe,
}

Describes whether an option has an argument.

Trait Implementations

impl std::clone::Clone for HasArg

fn clone(&self) -> HasArg

impl std::cmp::Eq for HasArg

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

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