Enum rustc_resolve::late::PathSource [−][src]
pub(crate) enum PathSource<'a> {
Type,
Trait(AliasPossibility),
Expr(Option<&'a Expr>),
Pat,
Struct,
TupleStruct(Span, &'a [Span]),
TraitItem(Namespace),
}
Variants
Trait(AliasPossibility)
Tuple Fields of Trait
TraitItem(Namespace)
Tuple Fields of TraitItem
0: Namespace
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for PathSource<'a>
impl<'a> !Send for PathSource<'a>
impl<'a> !Sync for PathSource<'a>
impl<'a> Unpin for PathSource<'a>
impl<'a> !UnwindSafe for PathSource<'a>
Blanket Implementations
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: 32 bytes
Size for each variant:
Type
: 0 bytesTrait
: 1 byteExpr
: 15 bytesPat
: 0 bytesStruct
: 0 bytesTupleStruct
: 31 bytesTraitItem
: 1 byte