Struct rustc_traits::chalk::lowering::ParamsSubstitutor [−][src]
pub(crate) struct ParamsSubstitutor<'tcx> {
tcx: TyCtxt<'tcx>,
binder_index: DebruijnIndex,
list: Vec<ParamTy>,
next_ty_placeholder: usize,
pub(crate) params: FxHashMap<usize, ParamTy>,
pub(crate) named_regions: BTreeMap<DefId, u32>,
}
Expand description
Used to substitute Param
s with placeholders. We do this since Chalk
have a notion of Param
s.
Fields
tcx: TyCtxt<'tcx>
binder_index: DebruijnIndex
list: Vec<ParamTy>
next_ty_placeholder: usize
params: FxHashMap<usize, ParamTy>
named_regions: BTreeMap<DefId, u32>
Implementations
Trait Implementations
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for ParamsSubstitutor<'tcx>
impl<'tcx> !Send for ParamsSubstitutor<'tcx>
impl<'tcx> !Sync for ParamsSubstitutor<'tcx>
impl<'tcx> Unpin for ParamsSubstitutor<'tcx>
impl<'tcx> !UnwindSafe for ParamsSubstitutor<'tcx>
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 104 bytes