pub struct HashMapHelper<T, V>{ /* private fields */ }
Expand description
Trait Implementations§
Source§impl<T, V> Borrow<T> for HashMapHelper<T, V>
impl<T, V> Borrow<T> for HashMapHelper<T, V>
Source§impl<T, V> Hash for HashMapHelper<T, V>
impl<T, V> Hash for HashMapHelper<T, V>
Source§impl<T, V> PartialEq for HashMapHelper<T, V>
impl<T, V> PartialEq for HashMapHelper<T, V>
impl<T, V> Eq for HashMapHelper<T, V>
Auto Trait Implementations§
impl<T, V> Freeze for HashMapHelper<T, V>where
V: Freeze,
impl<T, V> RefUnwindSafe for HashMapHelper<T, V>where
V: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, V> Send for HashMapHelper<T, V>
impl<T, V> Sync for HashMapHelper<T, V>
impl<T, V> Unpin for HashMapHelper<T, V>
impl<T, V> UnwindSafe for HashMapHelper<T, V>where
V: UnwindSafe,
T: 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