Struct rustc_trait_selection::traits::project::PlaceholderReplacer [−][src]
pub struct PlaceholderReplacer<'me, 'tcx> {
infcx: &'me InferCtxt<'me, 'tcx>,
mapped_regions: BTreeMap<PlaceholderRegion, BoundRegion>,
mapped_types: BTreeMap<PlaceholderType, BoundTy>,
mapped_consts: BTreeMap<PlaceholderConst<'tcx>, BoundVar>,
universe_indices: &'me Vec<Option<UniverseIndex>>,
current_index: DebruijnIndex,
}
Fields
infcx: &'me InferCtxt<'me, 'tcx>
mapped_regions: BTreeMap<PlaceholderRegion, BoundRegion>
mapped_types: BTreeMap<PlaceholderType, BoundTy>
mapped_consts: BTreeMap<PlaceholderConst<'tcx>, BoundVar>
universe_indices: &'me Vec<Option<UniverseIndex>>
current_index: DebruijnIndex
Implementations
pub fn replace_placeholders<T: TypeFoldable<'tcx>>(
infcx: &'me InferCtxt<'me, 'tcx>,
mapped_regions: BTreeMap<PlaceholderRegion, BoundRegion>,
mapped_types: BTreeMap<PlaceholderType, BoundTy>,
mapped_consts: BTreeMap<PlaceholderConst<'tcx>, BoundVar>,
universe_indices: &'me Vec<Option<UniverseIndex>>,
value: T
) -> T
Trait Implementations
Auto Trait Implementations
impl<'me, 'tcx> !RefUnwindSafe for PlaceholderReplacer<'me, 'tcx>
impl<'me, 'tcx> !Send for PlaceholderReplacer<'me, 'tcx>
impl<'me, 'tcx> !Sync for PlaceholderReplacer<'me, 'tcx>
impl<'me, 'tcx> Unpin for PlaceholderReplacer<'me, 'tcx> where
'tcx: 'me,
impl<'me, 'tcx> !UnwindSafe for PlaceholderReplacer<'me, '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: 96 bytes