pub struct BuildHasherDefault<H> { /* private fields */ }
Expand description
A copy of core::hash::BuildHasherDefault
, but with a const constructor.
This will eventually be deprecated once the version in core
becomes const-constructible
(presumably using const Default
).
Implementations§
Source§impl<H> BuildHasherDefault<H>
impl<H> BuildHasherDefault<H>
Trait Implementations§
Source§impl<H> BuildHasher for BuildHasherDefault<H>
impl<H> BuildHasher for BuildHasherDefault<H>
Source§impl<H> Clone for BuildHasherDefault<H>
impl<H> Clone for BuildHasherDefault<H>
Source§impl<H> Debug for BuildHasherDefault<H>
impl<H> Debug for BuildHasherDefault<H>
Source§impl<H> Default for BuildHasherDefault<H>
impl<H> Default for BuildHasherDefault<H>
Source§impl<H> PartialEq for BuildHasherDefault<H>
impl<H> PartialEq for BuildHasherDefault<H>
impl<H> Eq for BuildHasherDefault<H>
Auto Trait Implementations§
impl<H> Freeze for BuildHasherDefault<H>
impl<H> RefUnwindSafe for BuildHasherDefault<H>where
H: RefUnwindSafe,
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,
impl<H> UnwindSafe for BuildHasherDefault<H>where
H: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes