Enum rustc::infer::region_inference::UndoLogEntry [] [src]

pub enum UndoLogEntry {
    OpenSnapshot,
    CommitedSnapshot,
    AddVar(RegionVid),
    AddConstraint(Constraint),
    AddVerify(usize),
    AddGiven(FreeRegionRegionVid),
    AddCombination(CombineMapTypeTwoRegions),
}
Unstable (rustc_private)

Variants

OpenSnapshot
Unstable (rustc_private)
CommitedSnapshot
Unstable (rustc_private)
AddVar(RegionVid)
Unstable (rustc_private)
AddConstraint(Constraint)
Unstable (rustc_private)
AddVerify(usize)
Unstable (rustc_private)
AddGiven(FreeRegionRegionVid)
Unstable (rustc_private)
AddCombination(CombineMapTypeTwoRegions)
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl PartialEq for UndoLogEntry
[src]

fn eq(&self, __arg_0: &UndoLogEntry) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &UndoLogEntry) -> bool

This method tests for !=.

impl Clone for UndoLogEntry
[src]

fn clone(&self) -> UndoLogEntry

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for UndoLogEntry
[src]