pub struct DifficultyCounts {
pub all: u32,
pub easy: u32,
pub medium: u32,
pub hard: u32,
}Fields§
§all: u32§easy: u32§medium: u32§hard: u32Trait Implementations§
Source§impl Debug for DifficultyCounts
impl Debug for DifficultyCounts
impl Eq for DifficultyCounts
Source§impl PartialEq for DifficultyCounts
impl PartialEq for DifficultyCounts
impl StructuralPartialEq for DifficultyCounts
Auto Trait Implementations§
impl Freeze for DifficultyCounts
impl RefUnwindSafe for DifficultyCounts
impl Send for DifficultyCounts
impl Sync for DifficultyCounts
impl Unpin for DifficultyCounts
impl UnsafeUnpin for DifficultyCounts
impl UnwindSafe for DifficultyCounts
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