Enum rustc_trait_selection::traits::ProjectionCacheEntry [−][src]
pub enum ProjectionCacheEntry<'tcx> {
InProgress,
Ambiguous,
Recur,
Error,
NormalizedTy(Normalized<'tcx, &'tcx TyS<'tcx>>),
}
Variants
NormalizedTy(Normalized<'tcx, &'tcx TyS<'tcx>>)
Tuple Fields of NormalizedTy
0: Normalized<'tcx, &'tcx TyS<'tcx>>
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for ProjectionCacheEntry<'tcx>
impl<'tcx> !Send for ProjectionCacheEntry<'tcx>
impl<'tcx> !Sync for ProjectionCacheEntry<'tcx>
impl<'tcx> Unpin for ProjectionCacheEntry<'tcx>
impl<'tcx> !UnwindSafe for ProjectionCacheEntry<'tcx>
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: 40 bytes
Size for each variant:
InProgress
: 0 bytesAmbiguous
: 0 bytesRecur
: 0 bytesError
: 0 bytesNormalizedTy
: 32 bytes