pub struct Savepoint { /* private fields */ }Expand description
A database savepoint
May be used with WriteTransaction::restore_savepoint to restore the database to the state
when this savepoint was created
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Savepoint
impl RefUnwindSafe for Savepoint
impl Send for Savepoint
impl Sync for Savepoint
impl Unpin for Savepoint
impl UnwindSafe for Savepoint
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