Enum rustc_typeck::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
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Copy for PathKind
impl Clone for PathKind
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<PathKind> for PathKind
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 !=.