pub struct HashSet64 { /* private fields */ }Expand description
Hash set 64.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HashSet64
impl RefUnwindSafe for HashSet64
impl Send for HashSet64
impl Sync for HashSet64
impl Unpin for HashSet64
impl UnsafeUnpin for HashSet64
impl UnwindSafe for HashSet64
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