Struct rustc_ap_rustc_span::def_id::LocalDefId [−][src]
pub struct LocalDefId {
pub local_def_index: DefIndex,
}Expand description
A LocalDefId is equivalent to a DefId with krate == LOCAL_CRATE. Since
we encode this information in the type, we can ensure at compile time that
no DefIds from upstream crates get thrown into the mix. There are quite a
few cases where we know that only DefIds from the local crate are expected
and a DefId from a different crate would signify a bug somewhere. This
is when LocalDefId comes in handy.
Fields
local_def_index: DefIndexImplementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
type KeyType = DefPathHashAuto Trait Implementations
impl RefUnwindSafe for LocalDefIdimpl Send for LocalDefIdimpl Sync for LocalDefIdimpl Unpin for LocalDefIdimpl UnwindSafe for LocalDefIdBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V