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>
EscapingProjection(Vec<Component<'tcx>, Global>)

Tuple Fields of EscapingProjection

0: Vec<Component<'tcx>, Global>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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: