pub struct BTreeMapMutWrapper<'a, K, V: 'a>where
K: Ord + 'a,{ /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'a, K, V> Freeze for BTreeMapMutWrapper<'a, K, V>
impl<'a, K, V> RefUnwindSafe for BTreeMapMutWrapper<'a, K, V>where
V: RefUnwindSafe,
K: RefUnwindSafe,
impl<'a, K, V> !Send for BTreeMapMutWrapper<'a, K, V>
impl<'a, K, V> !Sync for BTreeMapMutWrapper<'a, K, V>
impl<'a, K, V> Unpin for BTreeMapMutWrapper<'a, K, V>
impl<'a, K, V> !UnwindSafe for BTreeMapMutWrapper<'a, 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