pub struct RocksDBMulti<K, V>{ /* private fields */ }Implementations§
Source§impl<K, V> RocksDBMulti<K, V>where
K: Serialize + Deserialize + 'static,
V: Serialize + Deserialize + 'static + ConstantSize + Clone + PartialEq,
impl<K, V> RocksDBMulti<K, V>where
K: Serialize + Deserialize + 'static,
V: Serialize + Deserialize + 'static + ConstantSize + Clone + PartialEq,
Trait Implementations§
Source§impl<K, V> Debug for RocksDBMulti<K, V>where
K: Serialize + Deserialize + 'static + Debug,
V: Serialize + Deserialize + 'static + ConstantSize + Debug,
impl<K, V> Debug for RocksDBMulti<K, V>where
K: Serialize + Deserialize + 'static + Debug,
V: Serialize + Deserialize + 'static + ConstantSize + Debug,
Auto Trait Implementations§
impl<K, V> !Freeze for RocksDBMulti<K, V>
impl<K, V> RefUnwindSafe for RocksDBMulti<K, V>
impl<K, V> Send for RocksDBMulti<K, V>
impl<K, V> Sync for RocksDBMulti<K, V>
impl<K, V> Unpin for RocksDBMulti<K, V>
impl<K, V> UnwindSafe for RocksDBMulti<K, V>
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