Struct rustc_middle::ty::GeneratorArgsParts
source · pub struct GeneratorArgsParts<'tcx, T> {
pub parent_args: &'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_args: &'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 GeneratorArgsParts<'tcx, T>
impl<'tcx, T> Send for GeneratorArgsParts<'tcx, T>where T: Send,
impl<'tcx, T> Sync for GeneratorArgsParts<'tcx, T>where T: Sync,
impl<'tcx, T> Unpin for GeneratorArgsParts<'tcx, T>where T: Unpin,
impl<'tcx, T> !UnwindSafe for GeneratorArgsParts<'tcx, T>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T, R> CollectAndApply<T, R> for T
impl<T, R> CollectAndApply<T, R> for T
source§impl<P> IntoQueryParam<P> for P
impl<P> IntoQueryParam<P> for P
fn into_query_param(self) -> P
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, cycle: &[QueryInfo], _guar: ErrorGuaranteed ) -> 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.