Struct rocksdb::MultiThreaded
source · [−]pub struct MultiThreaded { /* private fields */ }
Expand description
Actual marker type for the internal marker trait ThreadMode
, which holds
a collection of column families wrapped in a RwLock to be mutated
concurrently. The other mode is SingleThreaded
.
See DB
for more details, including performance implications for each mode
Auto Trait Implementations
impl RefUnwindSafe for MultiThreaded
impl Send for MultiThreaded
impl !Sync for MultiThreaded
impl Unpin for MultiThreaded
impl UnwindSafe for MultiThreaded
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