Struct rustc_middle::ty::sty::GeneratorSubstsParts [−][src]
pub struct GeneratorSubstsParts<'tcx, T> {
pub parent_substs: &'tcx [GenericArg<'tcx>],
pub resume_ty: T,
pub yield_ty: T,
pub return_ty: T,
pub witness: T,
pub tupled_upvars_ty: T,
}
Fields
parent_substs: &'tcx [GenericArg<'tcx>]
resume_ty: T
yield_ty: T
return_ty: T
witness: T
tupled_upvars_ty: T
Auto Trait Implementations
impl<'tcx, T> !RefUnwindSafe for GeneratorSubstsParts<'tcx, T>
impl<'tcx, T> !Send for GeneratorSubstsParts<'tcx, T>
impl<'tcx, T> !Sync for GeneratorSubstsParts<'tcx, T>
impl<'tcx, T> Unpin for GeneratorSubstsParts<'tcx, T> where
T: Unpin,
impl<'tcx, T> !UnwindSafe for GeneratorSubstsParts<'tcx, T>
Blanket Implementations
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.