Enum rustc_resolve::PathResult [−][src]
enum PathResult<'a> { Module(&'a ModuleData<'a>), NonModule(PathResolution), Indeterminate, Failed(Span, String, bool), }
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Variants
Module(&'a ModuleData<'a>)
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
NonModule(PathResolution)
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Indeterminate
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Failed(Span, String, bool)
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Trait Implementations
impl<'a> Clone for PathResult<'a>
[src]
impl<'a> Clone for PathResult<'a>
fn clone(&self) -> PathResult<'a>
[src]
fn clone(&self) -> PathResult<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl<'a> Debug for PathResult<'a>
[src]
impl<'a> Debug for PathResult<'a>
Auto Trait Implementations
impl<'a> !Send for PathResult<'a>
impl<'a> !Send for PathResult<'a>
impl<'a> !Sync for PathResult<'a>
impl<'a> !Sync for PathResult<'a>