pub struct Timestamps {
pub start_at: DateTime<Utc>,
pub end_at: DateTime<Utc>,
}Expand description
Allows you to specify a span of time
Fields§
§start_at: DateTime<Utc>§end_at: DateTime<Utc>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Timestamps
impl RefUnwindSafe for Timestamps
impl Send for Timestamps
impl Sync for Timestamps
impl Unpin for Timestamps
impl UnsafeUnpin for Timestamps
impl UnwindSafe for Timestamps
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