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>>>
SubRelation(UndoLog<Delegate<TyVid>>)

Tuple Fields of SubRelation

0: UndoLog<Delegate<TyVid>>
Values(UndoLog<Delegate>)

Tuple Fields of Values

0: UndoLog<Delegate>

Trait Implementations

Convert from a specific kind of undo to the more general UndoLog

Performs the conversion.

Performs the conversion.

Convert from a specific kind of undo to the more general UndoLog

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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: