Enum rustc_typeck::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<(), Error>

impl Copy for PathKind

impl Clone for PathKind

fn clone(&self) -> PathKind

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

impl PartialEq<PathKind> for PathKind

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

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

impl Eq for PathKind