pub struct EntryHash;Implementations§
Trait Implementations§
impl Copy for EntryHash
impl Eq for EntryHash
impl StructuralPartialEq for EntryHash
Auto Trait Implementations§
impl Freeze for EntryHash
impl RefUnwindSafe for EntryHash
impl Send for EntryHash
impl Sync for EntryHash
impl Unpin for EntryHash
impl UnsafeUnpin for EntryHash
impl UnwindSafe for EntryHash
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