Enum cargo::util::Cfg [] [src]

pub enum Cfg {
    Name(String),
    KeyPair(String, String),
}

Variants

Name
KeyPair

Trait Implementations

impl FromStr for Cfg

type Err = Box<CargoError>

fn from_str(s: &str) -> CargoResult<Cfg>

impl Display for Cfg

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Debug for Cfg

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for Cfg

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

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

impl Clone for Cfg

fn clone(&self) -> Cfg

1.0.0fn clone_from(&mut self, source: &Self)