Enum rustc_infer::infer::region_constraints::UndoLog
source · pub(crate) enum UndoLog<'tcx> {
AddVar(RegionVid),
AddConstraint(Constraint<'tcx>),
AddVerify(usize),
AddGiven(Region<'tcx>, RegionVid),
AddCombination(CombineMapType, TwoRegions<'tcx>),
}
Variants§
AddVar(RegionVid)
We added RegionVid
.
AddConstraint(Constraint<'tcx>)
We added the given constraint
.
AddVerify(usize)
We added the given verify
.
AddGiven(Region<'tcx>, RegionVid)
We added the given given
.
AddCombination(CombineMapType, TwoRegions<'tcx>)
We added a GLB/LUB “combination variable”.
Trait Implementations§
source§impl<'tcx> PartialEq<UndoLog<'tcx>> for UndoLog<'tcx>
impl<'tcx> PartialEq<UndoLog<'tcx>> for UndoLog<'tcx>
source§impl<'tcx> Rollback<UndoLog<'tcx>> for RegionConstraintStorage<'tcx>
impl<'tcx> Rollback<UndoLog<'tcx>> for RegionConstraintStorage<'tcx>
impl<'tcx> Copy for UndoLog<'tcx>
impl<'tcx> StructuralPartialEq for UndoLog<'tcx>
Auto Trait Implementations§
impl<'tcx> RefUnwindSafe for UndoLog<'tcx>
impl<'tcx> !Send for UndoLog<'tcx>
impl<'tcx> !Sync for UndoLog<'tcx>
impl<'tcx> Unpin 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: 32 bytes
Size for each variant:
AddVar
: 7 bytesAddConstraint
: 31 bytesAddVerify
: 15 bytesAddGiven
: 15 bytesAddCombination
: 23 bytes