pub struct TypeHasher { /* private fields */ }Expand description
Builder for computing type hashes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeHasher
impl RefUnwindSafe for TypeHasher
impl Send for TypeHasher
impl Sync for TypeHasher
impl Unpin for TypeHasher
impl UnsafeUnpin for TypeHasher
impl UnwindSafe for TypeHasher
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