pub struct HashKey;Expand description
Hash-based cache key using std::hash::Hash.
Trait Implementations§
impl Copy for HashKey
Auto Trait Implementations§
impl Freeze for HashKey
impl RefUnwindSafe for HashKey
impl Send for HashKey
impl Sync for HashKey
impl Unpin for HashKey
impl UnsafeUnpin for HashKey
impl UnwindSafe for HashKey
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