Enum rustc::session::search_paths::PathKindUnstable [-] [+] [src]

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

Variants

Native
Crate
Dependency
Framework
ExternFlag
All

Trait Implementations

Derived Implementations

impl Debug for PathKind

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

impl Copy for PathKind

impl Clone for PathKind

fn clone(&self) -> PathKind

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

impl PartialEq for PathKind

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

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

impl Eq for PathKind

fn assert_receiver_is_total_eq(&self)