Struct rustc_typeck::check::MaybeInProgressTables [−][src]
struct MaybeInProgressTables<'a, 'tcx: 'a> {
maybe_tables: Option<&'a RefCell<TypeckTables<'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?
A wrapper for InferCtxt's in_progress_tables field.
Fields
maybe_tables: Option<&'a RefCell<TypeckTables<'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?
Methods
impl<'a, 'tcx> MaybeInProgressTables<'a, 'tcx>[src]
impl<'a, 'tcx> MaybeInProgressTables<'a, 'tcx>fn borrow(self) -> Ref<'a, TypeckTables<'tcx>>[src]
fn borrow(self) -> Ref<'a, TypeckTables<'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 borrow_mut(self) -> RefMut<'a, TypeckTables<'tcx>>[src]
fn borrow_mut(self) -> RefMut<'a, TypeckTables<'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?
Trait Implementations
impl<'a, 'tcx: 'a> Copy for MaybeInProgressTables<'a, 'tcx>[src]
impl<'a, 'tcx: 'a> Copy for MaybeInProgressTables<'a, 'tcx>impl<'a, 'tcx: 'a> Clone for MaybeInProgressTables<'a, 'tcx>[src]
impl<'a, 'tcx: 'a> Clone for MaybeInProgressTables<'a, 'tcx>fn clone(&self) -> MaybeInProgressTables<'a, 'tcx>[src]
fn clone(&self) -> MaybeInProgressTables<'a, 'tcx>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl<'a, 'tcx> !Send for MaybeInProgressTables<'a, 'tcx>
impl<'a, 'tcx> !Send for MaybeInProgressTables<'a, 'tcx>impl<'a, 'tcx> !Sync for MaybeInProgressTables<'a, 'tcx>
impl<'a, 'tcx> !Sync for MaybeInProgressTables<'a, 'tcx>