Enum rustc_infer::infer::type_variable::UndoLog [−][src]
pub(crate) enum UndoLog<'tcx> {
EqRelation(UndoLog<Delegate<TyVidEqKey<'tcx>>>),
SubRelation(UndoLog<Delegate<TyVid>>),
Values(UndoLog<Delegate>),
}
Expand description
Represents a single undo-able action that affects a type inference variable.
Variants
EqRelation(UndoLog<Delegate<TyVidEqKey<'tcx>>>)
Tuple Fields of EqRelation
0: UndoLog<Delegate<TyVidEqKey<'tcx>>>
Trait Implementations
Convert from a specific kind of undo to the more general UndoLog
Performs the conversion.
Convert from a specific kind of undo to the more general UndoLog
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for UndoLog<'tcx>
impl<'tcx> !UnwindSafe for UndoLog<'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: 48 bytes
Size for each variant:
EqRelation
: 40 bytesSubRelation
: 24 bytesValues
: 32 bytes