pub struct SimpleConcurrentBTreeMap<K, V>(/* private fields */);
Implementations§
Source§impl<K, V> SimpleConcurrentBTreeMap<K, V>where
K: Ord,
impl<K, V> SimpleConcurrentBTreeMap<K, V>where
K: Ord,
Trait Implementations§
Auto Trait Implementations§
impl<K, V> !Freeze for SimpleConcurrentBTreeMap<K, V>
impl<K, V> RefUnwindSafe for SimpleConcurrentBTreeMap<K, V>
impl<K, V> Send for SimpleConcurrentBTreeMap<K, V>
impl<K, V> Sync for SimpleConcurrentBTreeMap<K, V>
impl<K, V> Unpin for SimpleConcurrentBTreeMap<K, V>
impl<K, V> UnwindSafe for SimpleConcurrentBTreeMap<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