Enum rustc_trans::session::search_paths::PathKindExperimental [-]  [+] [src]

pub enum PathKind {
    Native,
    Crate,
    Dependency,
    All,
}

Variants

Native
Crate
Dependency
All

Trait Implementations

Derived Implementations

impl Copy for PathKind

impl Clone for PathKind

fn clone(&self) -> PathKind

fn clone_from(&mut self, &PathKind)

impl PartialEq<PathKind> for PathKind

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

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

fn ne(&self, &PathKind) -> bool

impl Eq for PathKind

fn assert_receiver_is_total_eq(&self)