pub struct UsizeHashCtx;Expand description
HashContext<usize> that delegates to U64HashCtx.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UsizeHashCtx
impl RefUnwindSafe for UsizeHashCtx
impl Send for UsizeHashCtx
impl Sync for UsizeHashCtx
impl Unpin for UsizeHashCtx
impl UnsafeUnpin for UsizeHashCtx
impl UnwindSafe for UsizeHashCtx
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