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]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<DefPath, __D::Error>

impl Encodable for DefPath
[src]

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

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 !=.

impl Debug for DefPath
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result[]

Formats the value using the given formatter.

impl Clone for DefPath
[src]

fn clone(&self) -> DefPath[]

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