Enum rustc_trait_selection::infer::outlives::components::Component [−][src]
pub enum Component<'tcx> {
Region(&'tcx RegionKind),
Param(ParamTy),
UnresolvedInferenceVariable(InferTy),
Projection(ProjectionTy<'tcx>),
EscapingProjection(Vec<Component<'tcx>, Global>),
}
Variants
Region(&'tcx RegionKind)
Tuple Fields of Region
0: &'tcx RegionKind
Param(ParamTy)
Tuple Fields of Param
0: ParamTy
UnresolvedInferenceVariable(InferTy)
Tuple Fields of UnresolvedInferenceVariable
0: InferTy
Projection(ProjectionTy<'tcx>)
Tuple Fields of Projection
0: ProjectionTy<'tcx>
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for Component<'tcx>
impl<'tcx> !UnwindSafe for Component<'tcx>
Blanket Implementations
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:
Region
: 12 bytesParam
: 8 bytesUnresolvedInferenceVariable
: 8 bytesProjection
: 20 bytesEscapingProjection
: 28 bytes