Struct rustc_middle::ty::sty::GeneratorSubstsParts
source · 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: TAuto 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§
source§impl<T, R> InternIteratorElement<T, R> for T
impl<T, R> InternIteratorElement<T, R> for T
type Output = R
fn intern_with<I, F>(iter: I, f: F) -> <T as InternIteratorElement<T, R>>::Outputwhere
I: Iterator<Item = T>,
F: FnOnce(&[T]) -> R,
source§impl<T> MaybeResult<T> for T
impl<T> MaybeResult<T> for T
source§impl<'tcx, T> ToPredicate<'tcx, T> for T
impl<'tcx, T> ToPredicate<'tcx, T> for T
fn to_predicate(self, _tcx: TyCtxt<'tcx>) -> T
source§impl<Tcx, T> Value<Tcx> for Twhere
Tcx: DepContext,
impl<Tcx, T> Value<Tcx> for Twhere
Tcx: DepContext,
default fn from_cycle_error(tcx: Tcx, _: &[QueryInfo]) -> T
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.