Struct hash32::BuildHasherDefault [−][src]
pub struct BuildHasherDefault<H> where
H: Default + Hasher, { /* fields omitted */ }
Expand description
See core::hash::BuildHasherDefault
for details
Trait Implementations
type Hasher = H
type Hasher = H
Auto Trait Implementations
impl<H> Send for BuildHasherDefault<H> where
H: Send,
impl<H> Sync for BuildHasherDefault<H> where
H: Sync,
impl<H> Unpin for BuildHasherDefault<H> where
H: Unpin,
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.