Enum rustc::session::search_paths::PathKind   
                   
                       [−]
                   
               [src]
pub enum PathKind {
    Native,
    Crate,
    Dependency,
    Framework,
    ExternFlag,
    All,
}Unstable (
rustc_private)Variants
NativeUnstable (
rustc_private)CrateUnstable (
rustc_private)DependencyUnstable (
rustc_private)FrameworkUnstable (
rustc_private)ExternFlagUnstable (
rustc_private)AllUnstable (
rustc_private)Trait Implementations
Derived Implementations
impl Debug for PathKind[src]
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) -> bool1.0.0
This method tests for !=.