pub struct MaybeDashSet<V, S = RandomState>(/* private fields */);Implementations§
Source§impl<V: Eq + Hash, S: BuildHasher> MaybeDashSet<V, S>
impl<V: Eq + Hash, S: BuildHasher> MaybeDashSet<V, S>
Trait Implementations§
Auto Trait Implementations§
impl<V, S = RandomState> !Freeze for MaybeDashSet<V, S>
impl<V, S = RandomState> !RefUnwindSafe for MaybeDashSet<V, S>
impl<V, S> Send for MaybeDashSet<V, S>
impl<V, S = RandomState> !Sync for MaybeDashSet<V, S>
impl<V, S> Unpin for MaybeDashSet<V, S>
impl<V, S> UnwindSafe for MaybeDashSet<V, S>where
S: 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