pub struct Hardness { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for Hardness
impl StructuralPartialEq for Hardness
Auto Trait Implementations§
impl Freeze for Hardness
impl RefUnwindSafe for Hardness
impl Send for Hardness
impl Sync for Hardness
impl Unpin for Hardness
impl UnsafeUnpin for Hardness
impl UnwindSafe for Hardness
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