Struct bevy_utils::NoOpTypeIdHash
source · pub struct NoOpTypeIdHash;
Expand description
BuildHasher
for TypeId
s.
Trait Implementations§
source§impl BuildHasher for NoOpTypeIdHash
impl BuildHasher for NoOpTypeIdHash
source§impl Default for NoOpTypeIdHash
impl Default for NoOpTypeIdHash
source§fn default() -> NoOpTypeIdHash
fn default() -> NoOpTypeIdHash
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for NoOpTypeIdHash
impl Send for NoOpTypeIdHash
impl Sync for NoOpTypeIdHash
impl Unpin for NoOpTypeIdHash
impl UnwindSafe for NoOpTypeIdHash
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