Enum rustc::ty::outlives::Component [] [src]

pub enum Component<'tcx> {
    Region(Region),
    Param(ParamTy),
    UnresolvedInferenceVariable(InferTy),
    Projection(ProjectionTy<'tcx>),
    EscapingProjection(Vec<Component<'tcx>>),
}
Unstable (rustc_private)

Variants

Region(Region)
Unstable (rustc_private)
Param(ParamTy)
Unstable (rustc_private)
UnresolvedInferenceVariable(InferTy)
Unstable (rustc_private)
Projection(ProjectionTy<'tcx>)
Unstable (rustc_private)
EscapingProjection(Vec<Component<'tcx>>)
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl<'tcx> Debug for Component<'tcx>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.