pub struct BPlusTreeMap<K: Null + Clone + Debug + Ord + Eq + Sized> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<K> Freeze for BPlusTreeMap<K>
impl<K> RefUnwindSafe for BPlusTreeMap<K>where
K: RefUnwindSafe,
impl<K> Send for BPlusTreeMap<K>where
K: Send,
impl<K> Sync for BPlusTreeMap<K>where
K: Sync,
impl<K> Unpin for BPlusTreeMap<K>where
K: Unpin,
impl<K> UnsafeUnpin for BPlusTreeMap<K>
impl<K> UnwindSafe for BPlusTreeMap<K>where
K: UnwindSafe,
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