Enum rustc_data_structures::snapshot_map::UndoLog [−][src]
pub enum UndoLog<K, V> {
Inserted(K),
Overwrite(K, V),
Purged,
}
Variants
Trait Implementations
Auto Trait Implementations
impl<K, V> RefUnwindSafe for UndoLog<K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> UnwindSafe for UndoLog<K, V> where
K: UnwindSafe,
V: UnwindSafe,
Blanket Implementations
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.