Struct rustc_middle::ty::sty::ClosureSubstsParts
source · pub struct ClosureSubstsParts<'tcx, T> {
pub parent_substs: &'tcx [GenericArg<'tcx>],
pub closure_kind_ty: T,
pub closure_sig_as_fn_ptr_ty: T,
pub tupled_upvars_ty: T,
}
Expand description
Struct returned by split()
.
Fields§
§parent_substs: &'tcx [GenericArg<'tcx>]
§closure_kind_ty: T
§closure_sig_as_fn_ptr_ty: T
§tupled_upvars_ty: T
Auto Trait Implementations§
impl<'tcx, T> !RefUnwindSafe for ClosureSubstsParts<'tcx, T>
impl<'tcx, T> !Send for ClosureSubstsParts<'tcx, T>
impl<'tcx, T> !Sync for ClosureSubstsParts<'tcx, T>
impl<'tcx, T> Unpin for ClosureSubstsParts<'tcx, T>where
T: Unpin,
impl<'tcx, T> !UnwindSafe for ClosureSubstsParts<'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.