Struct rustdoc::clean::auto_trait::RegionReplacer [−][src]
struct RegionReplacer<'a, 'gcx: 'a + 'tcx, 'tcx: 'a> {
vid_to_region: &'a FxHashMap<RegionVid, Region<'tcx>>,
tcx: TyCtxt<'a, 'gcx, 'tcx>,
}Fields
vid_to_region: &'a FxHashMap<RegionVid, Region<'tcx>>
tcx: TyCtxt<'a, 'gcx, 'tcx>
Trait Implementations
impl<'a, 'gcx, 'tcx> TypeFolder<'gcx, 'tcx> for RegionReplacer<'a, 'gcx, 'tcx>[src]
impl<'a, 'gcx, 'tcx> TypeFolder<'gcx, 'tcx> for RegionReplacer<'a, 'gcx, 'tcx>fn tcx<'b>(&'b self) -> TyCtxt<'b, 'gcx, 'tcx>[src]
fn tcx<'b>(&'b self) -> TyCtxt<'b, 'gcx, 'tcx>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
fn fold_region(&mut self, r: Region<'tcx>) -> Region<'tcx>[src]
fn fold_region(&mut self, r: Region<'tcx>) -> Region<'tcx>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
fn fold_binder<T>(&mut self, t: &Binder<T>) -> Binder<T> where
T: TypeFoldable<'tcx>, [src]
fn fold_binder<T>(&mut self, t: &Binder<T>) -> Binder<T> where
T: TypeFoldable<'tcx>, 🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
fn fold_ty(&mut self, t: &'tcx TyS<'tcx>) -> &'tcx TyS<'tcx>[src]
fn fold_ty(&mut self, t: &'tcx TyS<'tcx>) -> &'tcx TyS<'tcx>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
fn fold_const(&mut self, c: &'tcx Const<'tcx>) -> &'tcx Const<'tcx>[src]
fn fold_const(&mut self, c: &'tcx Const<'tcx>) -> &'tcx Const<'tcx>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Auto Trait Implementations
impl<'a, 'gcx, 'tcx> !Send for RegionReplacer<'a, 'gcx, 'tcx>
impl<'a, 'gcx, 'tcx> !Send for RegionReplacer<'a, 'gcx, 'tcx>impl<'a, 'gcx, 'tcx> !Sync for RegionReplacer<'a, 'gcx, 'tcx>
impl<'a, 'gcx, 'tcx> !Sync for RegionReplacer<'a, 'gcx, 'tcx>