Struct rocksdb::checkpoint::Checkpoint
source · pub struct Checkpoint<'db> { /* private fields */ }
Expand description
Database’s checkpoint object. Used to create checkpoints of the specified DB from time to time.
Implementations§
source§impl<'db> Checkpoint<'db>
impl<'db> Checkpoint<'db>
Trait Implementations§
Auto Trait Implementations§
impl<'db> Freeze for Checkpoint<'db>
impl<'db> RefUnwindSafe for Checkpoint<'db>
impl<'db> !Send for Checkpoint<'db>
impl<'db> !Sync for Checkpoint<'db>
impl<'db> Unpin for Checkpoint<'db>
impl<'db> UnwindSafe for Checkpoint<'db>
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