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