Enum rustc_session::search_paths::PathKind
source · [−]pub enum PathKind {
Native,
Crate,
Dependency,
Framework,
ExternFlag,
All,
}
Variants
Native
Crate
Dependency
Framework
ExternFlag
All
Implementations
Trait Implementations
sourceimpl<__CTX> HashStable<__CTX> for PathKindwhere
__CTX: HashStableContext,
impl<__CTX> HashStable<__CTX> for PathKindwhere
__CTX: HashStableContext,
fn hash_stable(&self, __hcx: &mut __CTX, __hasher: &mut StableHasher)
impl Copy for PathKind
impl Eq for PathKind
impl StructuralEq for PathKind
impl StructuralPartialEq for PathKind
Auto Trait Implementations
impl RefUnwindSafe for PathKind
impl Send for PathKind
impl Sync for PathKind
impl Unpin for PathKind
impl UnwindSafe for PathKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Native
: 0 bytesCrate
: 0 bytesDependency
: 0 bytesFramework
: 0 bytesExternFlag
: 0 bytesAll
: 0 bytes