pub struct AHashStrHash;Trait Implementations§
Source§impl Default for AHashStrHash
impl Default for AHashStrHash
Source§fn default() -> AHashStrHash
fn default() -> AHashStrHash
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AHashStrHash
impl RefUnwindSafe for AHashStrHash
impl Send for AHashStrHash
impl Sync for AHashStrHash
impl Unpin for AHashStrHash
impl UnsafeUnpin for AHashStrHash
impl UnwindSafe for AHashStrHash
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