Enum rustc_hir::definitions::DefPathData
source · pub enum DefPathData {
}
Variants
CrateRoot
The crate root (marker).
Impl
An impl.
ForeignMod
An extern
block.
Use
A use
item.
GlobalAsm
A global asm item.
TypeNs(Symbol)
Something in the type namespace.
ValueNs(Symbol)
Something in the value namespace.
MacroNs(Symbol)
Something in the macro namespace.
LifetimeNs(Symbol)
Something in the lifetime namespace.
ClosureExpr
A closure expression.
Ctor
Implicit constructor for a unit or tuple-like struct or enum variant.
AnonConst
A constant expression (see {ast,hir}::AnonConst
).
ImplTrait
An impl Trait
type node.
Implementations
sourceimpl DefPathData
impl DefPathData
pub fn get_opt_name(&self) -> Option<Symbol>
pub fn name(&self) -> DefPathDataName
Trait Implementations
sourceimpl Clone for DefPathData
impl Clone for DefPathData
sourcefn clone(&self) -> DefPathData
fn clone(&self) -> DefPathData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DefPathData
impl Debug for DefPathData
sourceimpl Display for DefPathData
impl Display for DefPathData
sourceimpl Hash for DefPathData
impl Hash for DefPathData
sourceimpl PartialEq<DefPathData> for DefPathData
impl PartialEq<DefPathData> for DefPathData
sourcefn eq(&self, other: &DefPathData) -> bool
fn eq(&self, other: &DefPathData) -> bool
impl Copy for DefPathData
impl Eq for DefPathData
impl StructuralEq for DefPathData
impl StructuralPartialEq for DefPathData
Auto Trait Implementations
impl RefUnwindSafe for DefPathData
impl Send for DefPathData
impl Sync for DefPathData
impl Unpin for DefPathData
impl UnwindSafe for DefPathData
Blanket Implementations
sourceimpl<'tcx, T> ArenaAllocatable<'tcx, IsCopy> for Twhere
T: Copy,
impl<'tcx, T> ArenaAllocatable<'tcx, IsCopy> for Twhere
T: Copy,
fn allocate_on(self, arena: &'a Arena<'tcx>) -> &'a mut T
fn allocate_from_iter(
arena: &'a Arena<'tcx>,
iter: impl IntoIterator<Item = T>
) -> &'a mut [T]ⓘNotable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]
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: 8 bytes
Size for each variant:
CrateRoot
: 0 bytesImpl
: 0 bytesForeignMod
: 0 bytesUse
: 0 bytesGlobalAsm
: 0 bytesTypeNs
: 4 bytesValueNs
: 4 bytesMacroNs
: 4 bytesLifetimeNs
: 4 bytesClosureExpr
: 0 bytesCtor
: 0 bytesAnonConst
: 0 bytesImplTrait
: 0 bytes