pub struct NoOpTypeIdBuildHasher;Available on crate feature
std only.Expand description
Hasher for TypeIdMap.
Trait Implementations§
Source§impl BuildHasher for NoOpTypeIdBuildHasher
impl BuildHasher for NoOpTypeIdBuildHasher
Source§fn build_hasher(&self) -> Self::Hasher
fn build_hasher(&self) -> Self::Hasher
Creates a new hasher. Read more
Source§impl Default for NoOpTypeIdBuildHasher
impl Default for NoOpTypeIdBuildHasher
Source§fn default() -> NoOpTypeIdBuildHasher
fn default() -> NoOpTypeIdBuildHasher
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoOpTypeIdBuildHasher
impl RefUnwindSafe for NoOpTypeIdBuildHasher
impl Send for NoOpTypeIdBuildHasher
impl Sync for NoOpTypeIdBuildHasher
impl Unpin for NoOpTypeIdBuildHasher
impl UnwindSafe for NoOpTypeIdBuildHasher
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