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