pub struct RocksDb { /* private fields */ }Expand description
RocksDB instance
This is cheap to clone, as it uses an Arc internally.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RocksDb
impl RefUnwindSafe for RocksDb
impl Send for RocksDb
impl Sync for RocksDb
impl Unpin for RocksDb
impl UnwindSafe for RocksDb
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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