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 more
sourceimpl Debug for DefPathData
impl Debug for DefPathData
sourceimpl Display for DefPathData
impl Display for DefPathData
sourceimpl<__E: Encoder> Encodable<__E> for DefPathData
impl<__E: Encoder> Encodable<__E> 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &DefPathData) -> bool
fn ne(&self, other: &DefPathData) -> bool
This method tests for !=
.
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<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. 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