Struct rustc_trait_selection::traits::project::BoundVarReplacer [−][src]
pub struct BoundVarReplacer<'me, 'tcx> {
infcx: &'me InferCtxt<'me, 'tcx>,
mapped_regions: BTreeMap<PlaceholderRegion, BoundRegion>,
mapped_types: BTreeMap<PlaceholderType, BoundTy>,
mapped_consts: BTreeMap<PlaceholderConst<'tcx>, BoundVar>,
current_index: DebruijnIndex,
universe_indices: &'me mut Vec<Option<UniverseIndex>>,
}
Fields
infcx: &'me InferCtxt<'me, 'tcx>
mapped_regions: BTreeMap<PlaceholderRegion, BoundRegion>
mapped_types: BTreeMap<PlaceholderType, BoundTy>
mapped_consts: BTreeMap<PlaceholderConst<'tcx>, BoundVar>
current_index: DebruijnIndex
universe_indices: &'me mut Vec<Option<UniverseIndex>>
Implementations
pub fn replace_bound_vars<T: TypeFoldable<'tcx>>(
infcx: &'me InferCtxt<'me, 'tcx>,
universe_indices: &'me mut Vec<Option<UniverseIndex>>,
value: T
) -> (T, BTreeMap<PlaceholderRegion, BoundRegion>, BTreeMap<PlaceholderType, BoundTy>, BTreeMap<PlaceholderConst<'tcx>, BoundVar>)
pub fn replace_bound_vars<T: TypeFoldable<'tcx>>(
infcx: &'me InferCtxt<'me, 'tcx>,
universe_indices: &'me mut Vec<Option<UniverseIndex>>,
value: T
) -> (T, BTreeMap<PlaceholderRegion, BoundRegion>, BTreeMap<PlaceholderType, BoundTy>, BTreeMap<PlaceholderConst<'tcx>, BoundVar>)
Returns Some
if we were able to replace bound vars. If there are any bound vars that
use a binding level above universe_indices.len()
, we fail.
Trait Implementations
Auto Trait Implementations
impl<'me, 'tcx> !RefUnwindSafe for BoundVarReplacer<'me, 'tcx>
impl<'me, 'tcx> !Send for BoundVarReplacer<'me, 'tcx>
impl<'me, 'tcx> !Sync for BoundVarReplacer<'me, 'tcx>
impl<'me, 'tcx> Unpin for BoundVarReplacer<'me, 'tcx> where
'tcx: 'me,
impl<'me, 'tcx> !UnwindSafe for BoundVarReplacer<'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