Struct rustc_infer::infer::freshen::TypeFreshener [−][src]
pub struct TypeFreshener<'a, 'tcx> {
infcx: &'a InferCtxt<'a, 'tcx>,
ty_freshen_count: u32,
const_freshen_count: u32,
ty_freshen_map: FxHashMap<InferTy, Ty<'tcx>>,
const_freshen_map: FxHashMap<InferConst<'tcx>, &'tcx Const<'tcx>>,
keep_static: bool,
}Fields
infcx: &'a InferCtxt<'a, 'tcx>ty_freshen_count: u32const_freshen_count: u32ty_freshen_map: FxHashMap<InferTy, Ty<'tcx>>const_freshen_map: FxHashMap<InferConst<'tcx>, &'tcx Const<'tcx>>keep_static: boolImplementations
fn freshen_ty<F>(
&mut self,
opt_ty: Option<Ty<'tcx>>,
key: InferTy,
freshener: F
) -> Ty<'tcx> where
F: FnOnce(u32) -> InferTy,
fn freshen_const<F>(
&mut self,
opt_ct: Option<&'tcx Const<'tcx>>,
key: InferConst<'tcx>,
freshener: F,
ty: Ty<'tcx>
) -> &'tcx Const<'tcx> where
F: FnOnce(u32) -> InferConst<'tcx>,
Trait Implementations
fn fold_binder<T>(&mut self, t: Binder<'tcx, T>) -> Binder<'tcx, T> where
T: TypeFoldable<'tcx>,
Auto Trait Implementations
impl<'a, 'tcx> !RefUnwindSafe for TypeFreshener<'a, 'tcx>
impl<'a, 'tcx> !Send for TypeFreshener<'a, 'tcx>
impl<'a, 'tcx> !Sync for TypeFreshener<'a, 'tcx>
impl<'a, 'tcx> Unpin for TypeFreshener<'a, 'tcx> where
'tcx: 'a,
impl<'a, 'tcx> !UnwindSafe for TypeFreshener<'a, '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: 88 bytes