pub struct DayCount {
pub date: String,
pub count: usize,
}Expand description
Daily decision count.
Fields§
§date: String§count: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for DayCount
impl RefUnwindSafe for DayCount
impl Send for DayCount
impl Sync for DayCount
impl Unpin for DayCount
impl UnsafeUnpin for DayCount
impl UnwindSafe for DayCount
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