pub struct RawEntry<K, V>(/* private fields */);
Expand description
Basic Entry
for each HashMap
implementation
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K, V> Freeze for RawEntry<K, V>
impl<K, V> RefUnwindSafe for RawEntry<K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> Send for RawEntry<K, V>
impl<K, V> Sync for RawEntry<K, V>
impl<K, V> Unpin for RawEntry<K, V>
impl<K, V> UnwindSafe for RawEntry<K, V>where
K: UnwindSafe,
V: 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