pub struct BuildIntHasher;Expand description
A BuildHasher for IntHasher
Trait Implementations§
Source§impl BuildHasher for BuildIntHasher
impl BuildHasher for BuildIntHasher
Source§impl Default for BuildIntHasher
impl Default for BuildIntHasher
Source§fn default() -> BuildIntHasher
fn default() -> BuildIntHasher
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BuildIntHasher
impl RefUnwindSafe for BuildIntHasher
impl Send for BuildIntHasher
impl Sync for BuildIntHasher
impl Unpin for BuildIntHasher
impl UnwindSafe for BuildIntHasher
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