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
sourceimpl<'db> Checkpoint<'db>
impl<'db> Checkpoint<'db>
Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more