Type Alias rustc_infer::traits::project::UndoLog

source ·
pub(crate) type UndoLog<'tcx> = UndoLog<ProjectionCacheKey<'tcx>, ProjectionCacheEntry<'tcx>>;

Aliased Type§

enum UndoLog<'tcx> {
    Inserted(ProjectionCacheKey<'tcx>),
    Overwrite(ProjectionCacheKey<'tcx>, ProjectionCacheEntry<'tcx>),
    Purged,
}

Variants§

§

Inserted(ProjectionCacheKey<'tcx>)

§

Overwrite(ProjectionCacheKey<'tcx>, ProjectionCacheEntry<'tcx>)

§

Purged

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: 56 bytes

Size for each variant:

  • Inserted: 24 bytes
  • Overwrite: 56 bytes
  • Purged: 0 bytes