pub enum AxHashState {}Auto Trait Implementations§
impl Freeze for AxHashState
impl RefUnwindSafe for AxHashState
impl Send for AxHashState
impl Sync for AxHashState
impl Unpin for AxHashState
impl UnsafeUnpin for AxHashState
impl UnwindSafe for AxHashState
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