[−][src]Enum rustc_ap_rustc_data_structures::snapshot_vec::UndoLog
Variants
NewElem(usize)
New variable with given index was created.
SetElem(usize, <D as SnapshotVecDelegate>::Value)
Variable with given index was changed from the given value.
Other(<D as SnapshotVecDelegate>::Undo)
Extensible set of actions
Trait Implementations
impl<D> Clone for UndoLog<D> where
D: SnapshotVecDelegate,
<D as SnapshotVecDelegate>::Value: Clone,
<D as SnapshotVecDelegate>::Undo: Clone,
[src]
D: SnapshotVecDelegate,
<D as SnapshotVecDelegate>::Value: Clone,
<D as SnapshotVecDelegate>::Undo: Clone,
impl<D> Debug for UndoLog<D> where
D: SnapshotVecDelegate + Debug,
<D as SnapshotVecDelegate>::Value: Debug,
<D as SnapshotVecDelegate>::Undo: Debug,
[src]
D: SnapshotVecDelegate + Debug,
<D as SnapshotVecDelegate>::Value: Debug,
<D as SnapshotVecDelegate>::Undo: Debug,
impl<D> Rollback<UndoLog<D>> for Vec<<D as SnapshotVecDelegate>::Value> where
D: SnapshotVecDelegate,
[src]
D: SnapshotVecDelegate,
impl<D> Rollback<UndoLog<D>> for SnapshotVec<D, Vec<<D as SnapshotVecDelegate>::Value>, ()> where
D: SnapshotVecDelegate,
[src]
D: SnapshotVecDelegate,
impl<K> Rollback<UndoLog<Delegate<K>>> for UnificationTable<InPlace<K, Vec<VarValue<K>>, ()>> where
K: UnifyKey,
[src]
K: UnifyKey,
Auto Trait Implementations
impl<D> RefUnwindSafe for UndoLog<D> where
<D as SnapshotVecDelegate>::Undo: RefUnwindSafe,
<D as SnapshotVecDelegate>::Value: RefUnwindSafe,
<D as SnapshotVecDelegate>::Undo: RefUnwindSafe,
<D as SnapshotVecDelegate>::Value: RefUnwindSafe,
impl<D> Send for UndoLog<D> where
<D as SnapshotVecDelegate>::Undo: Send,
<D as SnapshotVecDelegate>::Value: Send,
<D as SnapshotVecDelegate>::Undo: Send,
<D as SnapshotVecDelegate>::Value: Send,
impl<D> Sync for UndoLog<D> where
<D as SnapshotVecDelegate>::Undo: Sync,
<D as SnapshotVecDelegate>::Value: Sync,
<D as SnapshotVecDelegate>::Undo: Sync,
<D as SnapshotVecDelegate>::Value: Sync,
impl<D> Unpin for UndoLog<D> where
<D as SnapshotVecDelegate>::Undo: Unpin,
<D as SnapshotVecDelegate>::Value: Unpin,
<D as SnapshotVecDelegate>::Undo: Unpin,
<D as SnapshotVecDelegate>::Value: Unpin,
impl<D> UnwindSafe for UndoLog<D> where
<D as SnapshotVecDelegate>::Undo: UnwindSafe,
<D as SnapshotVecDelegate>::Value: UnwindSafe,
<D as SnapshotVecDelegate>::Undo: UnwindSafe,
<D as SnapshotVecDelegate>::Value: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<'a, T> Captures<'a> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Erased for T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<E> SpecializationError for E
[src]
default fn not_found<S, T>(
trait_name: &'static str,
method_name: &'static str
) -> E where
T: ?Sized,
[src]
trait_name: &'static str,
method_name: &'static str
) -> E where
T: ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,