pub struct AssignmentDate {
pub date: NaiveDateTime,
pub importance_level: AssignmentImportanceLevel,
}
Fields§
§date: NaiveDateTime
§importance_level: AssignmentImportanceLevel
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AssignmentDate
impl RefUnwindSafe for AssignmentDate
impl Send for AssignmentDate
impl Sync for AssignmentDate
impl Unpin for AssignmentDate
impl UnwindSafe for AssignmentDate
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