Enum cargo::ops::Kind [] [src]

pub enum Kind {
    Host,
    Target,
}

Variants

Host
Target

Trait Implementations

Derived Implementations

impl Ord for Kind

fn cmp(&self, __arg_0: &Kind) -> Ordering

impl PartialOrd for Kind

fn partial_cmp(&self, __arg_0: &Kind) -> Option<Ordering>

fn lt(&self, __arg_0: &Kind) -> bool

fn le(&self, __arg_0: &Kind) -> bool

fn gt(&self, __arg_0: &Kind) -> bool

fn ge(&self, __arg_0: &Kind) -> bool

impl Copy for Kind

impl Clone for Kind

fn clone(&self) -> Kind

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

impl Debug for Kind

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

impl Hash for Kind

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for Kind

impl PartialEq for Kind

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

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