pub struct IdentBuildHasher;Expand description
A BuildHasher for Ident-keyed hash maps.
Creates IdentHashers that accept both precomputed u64 hashes (from Ident)
and raw byte slices (from str lookups).
Trait Implementations§
Source§impl BuildHasher for IdentBuildHasher
impl BuildHasher for IdentBuildHasher
Source§impl Clone for IdentBuildHasher
impl Clone for IdentBuildHasher
Source§fn clone(&self) -> IdentBuildHasher
fn clone(&self) -> IdentBuildHasher
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IdentBuildHasher
impl Debug for IdentBuildHasher
Source§impl Default for IdentBuildHasher
impl Default for IdentBuildHasher
Source§fn default() -> IdentBuildHasher
fn default() -> IdentBuildHasher
Returns the “default value” for a type. Read more
impl Copy for IdentBuildHasher
Auto Trait Implementations§
impl Freeze for IdentBuildHasher
impl RefUnwindSafe for IdentBuildHasher
impl Send for IdentBuildHasher
impl Sync for IdentBuildHasher
impl Unpin for IdentBuildHasher
impl UnsafeUnpin for IdentBuildHasher
impl UnwindSafe for IdentBuildHasher
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