pub struct ReportMetadata {
pub project_root: PathBuf,
pub out_path: PathBuf,
pub report_date: String,
pub generated_at: String,
}Fields§
§project_root: PathBuf§out_path: PathBuf§report_date: String§generated_at: StringAuto Trait Implementations§
impl Freeze for ReportMetadata
impl RefUnwindSafe for ReportMetadata
impl Send for ReportMetadata
impl Sync for ReportMetadata
impl Unpin for ReportMetadata
impl UnwindSafe for ReportMetadata
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