pub struct NewLog {
pub activity_id: Id,
pub starts_at: DateTime<Utc>,
pub ends_at: Option<DateTime<Utc>>,
}Fields§
§activity_id: Id§starts_at: DateTime<Utc>§ends_at: Option<DateTime<Utc>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewLog
impl RefUnwindSafe for NewLog
impl Send for NewLog
impl Sync for NewLog
impl Unpin for NewLog
impl UnsafeUnpin for NewLog
impl UnwindSafe for NewLog
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