Struct rustc_trait_selection::infer::CombinedSnapshot [−][src]
pub struct CombinedSnapshot<'a, 'tcx> {
undo_snapshot: Snapshot<'tcx>,
region_constraints_snapshot: RegionSnapshot,
universe: UniverseIndex,
was_in_snapshot: bool,
_in_progress_typeck_results: Option<Ref<'a, TypeckResults<'tcx>>>,
}
Fields
undo_snapshot: Snapshot<'tcx>
region_constraints_snapshot: RegionSnapshot
universe: UniverseIndex
was_in_snapshot: bool
_in_progress_typeck_results: Option<Ref<'a, TypeckResults<'tcx>>>
Auto Trait Implementations
impl<'a, 'tcx> !RefUnwindSafe for CombinedSnapshot<'a, 'tcx>
impl<'a, 'tcx> !Send for CombinedSnapshot<'a, 'tcx>
impl<'a, 'tcx> !Sync for CombinedSnapshot<'a, 'tcx>
impl<'a, 'tcx> Unpin for CombinedSnapshot<'a, 'tcx> where
'tcx: 'a,
impl<'a, 'tcx> !UnwindSafe for CombinedSnapshot<'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: 32 bytes