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 = HAuto 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 TMutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> TPerforms the conversion.
pub fn into(self) -> U
pub fn into(self) -> UPerforms the conversion.