Struct rustc::hir::map::definitions::DefPath
[−]
[src]
pub struct DefPath { pub data: Vec<DisambiguatedDefPathData>, pub krate: CrateNum, }
Unstable (
rustc_private
)Fields
data: Vec<DisambiguatedDefPathData>
Unstable (
rustc_private
)the path leading from the crate root to the item
krate: CrateNum
Unstable (
rustc_private
)what krate root is this path relative to?
Methods
impl DefPath
[src]
fn is_local(&self) -> bool
fn make<FN>(start_krate: CrateNum, start_index: DefIndex, get_key: FN) -> DefPath where FN: FnMut(DefIndex) -> DefKey
Trait Implementations
Derived Implementations
impl Decodable for DefPath
[src]
impl Encodable for DefPath
[src]
impl Hash for DefPath
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
[−]
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0[−]
Feeds a slice of this type into the state provided.
impl Eq for DefPath
[src]
impl PartialEq for DefPath
[src]
fn eq(&self, __arg_0: &DefPath) -> bool
[−]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &DefPath) -> bool
[−]
This method tests for !=
.