pub struct HashableHashSet<T>(/* private fields */);
Trait Implementations§
Source§impl<T: Debug> Debug for HashableHashSet<T>
impl<T: Debug> Debug for HashableHashSet<T>
Source§impl<T> FromIterator<T> for HashableHashSet<T>
impl<T> FromIterator<T> for HashableHashSet<T>
Source§fn from_iter<I>(iter: I) -> Selfwhere
I: IntoIterator<Item = T>,
fn from_iter<I>(iter: I) -> Selfwhere
I: IntoIterator<Item = T>,
Creates a value from an iterator. Read more
Source§impl<T> Hash for HashableHashSet<T>where
T: Hash,
impl<T> Hash for HashableHashSet<T>where
T: Hash,
Source§impl<T> PartialEq for HashableHashSet<T>
impl<T> PartialEq for HashableHashSet<T>
impl<T> Eq for HashableHashSet<T>
Auto Trait Implementations§
impl<T> Freeze for HashableHashSet<T>
impl<T> RefUnwindSafe for HashableHashSet<T>where
T: RefUnwindSafe,
impl<T> Send for HashableHashSet<T>where
T: Send,
impl<T> Sync for HashableHashSet<T>where
T: Sync,
impl<T> Unpin for HashableHashSet<T>where
T: Unpin,
impl<T> UnwindSafe for HashableHashSet<T>where
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