pub struct Snapshot<S: UnificationStore> { /* private fields */ }
Expand description
At any time, users may snapshot a unification table. The changes made during the snapshot may either be committed or rolled back.
Auto Trait Implementations§
impl<S> RefUnwindSafe for Snapshot<S>where S: RefUnwindSafe, <S as UnificationStore>::Snapshot: RefUnwindSafe,
impl<S> Send for Snapshot<S>where S: Send, <S as UnificationStore>::Snapshot: Send,
impl<S> Sync for Snapshot<S>where S: Sync, <S as UnificationStore>::Snapshot: Sync,
impl<S> Unpin for Snapshot<S>where S: Unpin, <S as UnificationStore>::Snapshot: Unpin,
impl<S> UnwindSafe for Snapshot<S>where S: UnwindSafe, <S as UnificationStore>::Snapshot: UnwindSafe,
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