Struct fluent_hash::HashContext
source · pub struct HashContext(_);Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HashContext
impl Send for HashContext
impl Sync for HashContext
impl Unpin for HashContext
impl UnwindSafe for HashContext
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