Enum rustc_resolve::late::PathSource
source · [−]pub(crate) enum PathSource<'a> {
Type,
Trait(AliasPossibility),
Expr(Option<&'a Expr>),
Pat,
Struct,
TupleStruct(Span, &'a [Span]),
TraitItem(Namespace),
}
Variants
Type
Trait(AliasPossibility)
Expr(Option<&'a Expr>)
Pat
Struct
TupleStruct(Span, &'a [Span])
TraitItem(Namespace)
Implementations
sourceimpl<'a> PathSource<'a>
impl<'a> PathSource<'a>
fn namespace(self) -> Namespace
fn defer_to_typeck(self) -> bool
fn descr_expected(self) -> &'static str
fn is_call(self) -> bool
pub(crate) fn is_expected(self, res: Res<NodeId>) -> bool
fn error_code(self, has_unexpected_resolution: bool) -> DiagnosticId
Trait Implementations
sourceimpl<'a> Clone for PathSource<'a>
impl<'a> Clone for PathSource<'a>
sourcefn clone(&self) -> PathSource<'a>
fn clone(&self) -> PathSource<'a>
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<'a> Debug for PathSource<'a>
impl<'a> Debug for PathSource<'a>
impl<'a> Copy for PathSource<'a>
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
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: 32 bytes
Size for each variant:
Type
: 0 bytesTrait
: 1 byteExpr
: 15 bytesPat
: 0 bytesStruct
: 0 bytesTupleStruct
: 31 bytesTraitItem
: 1 byte