Struct rustc_typeck::check::MaybeInProgressTables [−][src]
struct MaybeInProgressTables<'a, 'tcx> {
maybe_typeck_results: Option<&'a RefCell<TypeckResults<'tcx>>>,
}
Expand description
A wrapper for InferCtxt
’s in_progress_typeck_results
field.
Fields
maybe_typeck_results: Option<&'a RefCell<TypeckResults<'tcx>>>
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, 'tcx> !RefUnwindSafe for MaybeInProgressTables<'a, 'tcx>
impl<'a, 'tcx> !Send for MaybeInProgressTables<'a, 'tcx>
impl<'a, 'tcx> !Sync for MaybeInProgressTables<'a, 'tcx>
impl<'a, 'tcx> Unpin for MaybeInProgressTables<'a, 'tcx> where
'tcx: 'a,
impl<'a, 'tcx> !UnwindSafe for MaybeInProgressTables<'a, 'tcx>
Blanket Implementations
Mutably borrows from an owned value. Read more
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: 8 bytes