pub struct TimerData {
pub total: Duration,
pub remaining: Duration,
pub start_moments: Vec<DateTime<Local>>,
pub pause_moments: Vec<DateTime<Local>>,
}
Fields§
§total: Duration
§remaining: Duration
§start_moments: Vec<DateTime<Local>>
§pause_moments: Vec<DateTime<Local>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimerData
impl RefUnwindSafe for TimerData
impl Send for TimerData
impl Sync for TimerData
impl Unpin for TimerData
impl UnwindSafe for TimerData
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