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