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