Enum rustc_infer::infer::region_constraints::UndoLog
source · pub(crate) enum UndoLog<'tcx> {
AddVar(RegionVid),
AddConstraint(Constraint<'tcx>),
AddVerify(usize),
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
.
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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 bytesAddCombination
: 23 bytes