Struct ra_ap_rustc_data_structures::unify::Snapshot
source · pub struct Snapshot<S>where
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>
impl<S> Send for Snapshot<S>
impl<S> Sync for Snapshot<S>
impl<S> Unpin for Snapshot<S>
impl<S> UnwindSafe for Snapshot<S>
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