pub struct RocksDBCave { /* private fields */ }Expand description
A key-value store that stores keys in RocksDB.
Implementations§
Trait Implementations§
Source§impl Cave for RocksDBCave
impl Cave for RocksDBCave
Auto Trait Implementations§
impl Freeze for RocksDBCave
impl RefUnwindSafe for RocksDBCave
impl Send for RocksDBCave
impl Sync for RocksDBCave
impl Unpin for RocksDBCave
impl UnwindSafe for RocksDBCave
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