Enum rustc::session::search_paths::PathKind [] [src]

pub enum PathKind {
    Native,
    Crate,
    Dependency,
    Framework,
    ExternFlag,
    All,
}
Unstable (rustc_private)

Variants

Native
Unstable (rustc_private)
Crate
Unstable (rustc_private)
Dependency
Unstable (rustc_private)
Framework
Unstable (rustc_private)
ExternFlag
Unstable (rustc_private)
All
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl Debug for PathKind
[src]

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

Formats the value using the given formatter.

impl Copy for PathKind
[src]

impl Clone for PathKind
[src]

fn clone(&self) -> PathKind

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl PartialEq for PathKind
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Eq for PathKind
[src]