pub struct Timestamp { /* private fields */ }
Expand description
Contains start and end time for an Activity. Must be in Milliseconds since UNIX_EPOCH time. If only Start is set and is in the past, it will display “xx:xx elapsed” Otherwise if End is set, it will display “xx:xx remaining”
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Timestamp
impl RefUnwindSafe for Timestamp
impl Send for Timestamp
impl Sync for Timestamp
impl Unpin for Timestamp
impl UnwindSafe for Timestamp
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