Enum extra::getopts::Occur

pub enum Occur {
    Req,
    Optional,
    Multi,
}

Describes how often an option may occur.

Trait Implementations

impl std::clone::Clone for Occur

fn clone(&self) -> Occur

impl std::cmp::Eq for Occur

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

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