pub struct MassMapDefaultHashLoader;Implementations§
Trait Implementations§
Source§impl Debug for MassMapDefaultHashLoader
impl Debug for MassMapDefaultHashLoader
Source§impl Default for MassMapDefaultHashLoader
impl Default for MassMapDefaultHashLoader
Source§fn default() -> MassMapDefaultHashLoader
fn default() -> MassMapDefaultHashLoader
Returns the “default value” for a type. Read more
Source§impl MassMapHashLoader for MassMapDefaultHashLoader
impl MassMapHashLoader for MassMapDefaultHashLoader
type BuildHasher = FixedState
Source§fn load(config: &MassMapHashConfig) -> Result<Self::BuildHasher>
fn load(config: &MassMapHashConfig) -> Result<Self::BuildHasher>
Loads a hash function from the given configuration. Read more
Auto Trait Implementations§
impl Freeze for MassMapDefaultHashLoader
impl RefUnwindSafe for MassMapDefaultHashLoader
impl Send for MassMapDefaultHashLoader
impl Sync for MassMapDefaultHashLoader
impl Unpin for MassMapDefaultHashLoader
impl UnwindSafe for MassMapDefaultHashLoader
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