#[repr(C)]pub struct NiTMapItem<K, V> { /* private fields */ }
Auto Trait Implementations§
impl<K, V> Freeze for NiTMapItem<K, V>
impl<K, V> RefUnwindSafe for NiTMapItem<K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> !Send for NiTMapItem<K, V>
impl<K, V> !Sync for NiTMapItem<K, V>
impl<K, V> Unpin for NiTMapItem<K, V>
impl<K, V> UnwindSafe for NiTMapItem<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