pub struct WeeklyClosureCount {
pub week_start: DateTime<Utc>,
pub closed: usize,
}Fields§
§week_start: DateTime<Utc>§closed: usizeTrait Implementations§
Source§impl Clone for WeeklyClosureCount
impl Clone for WeeklyClosureCount
Source§fn clone(&self) -> WeeklyClosureCount
fn clone(&self) -> WeeklyClosureCount
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WeeklyClosureCount
impl Debug for WeeklyClosureCount
Auto Trait Implementations§
impl Freeze for WeeklyClosureCount
impl RefUnwindSafe for WeeklyClosureCount
impl Send for WeeklyClosureCount
impl Sync for WeeklyClosureCount
impl Unpin for WeeklyClosureCount
impl UnsafeUnpin for WeeklyClosureCount
impl UnwindSafe for WeeklyClosureCount
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