pub struct ExHashMap<Key, Value, S>(/* private fields */);
Auto Trait Implementations§
impl<Key, Value, S> RefUnwindSafe for ExHashMap<Key, Value, S>
impl<Key, Value, S> Send for ExHashMap<Key, Value, S>
impl<Key, Value, S> Sync for ExHashMap<Key, Value, S>
impl<Key, Value, S> Unpin for ExHashMap<Key, Value, S>
impl<Key, Value, S> UnwindSafe for ExHashMap<Key, Value, S>
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