pub struct HInt(pub i64);Expand description
HInt is a type that implements the Hasher interface for integers.
Tuple Fields§
§0: i64Trait Implementations§
impl Copy for HInt
impl Eq for HInt
impl StructuralPartialEq for HInt
Auto Trait Implementations§
impl Freeze for HInt
impl RefUnwindSafe for HInt
impl Send for HInt
impl Sync for HInt
impl Unpin for HInt
impl UnsafeUnpin for HInt
impl UnwindSafe for HInt
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