pub struct ReportData {
pub overview: OverviewResult,
pub projects: ProjectResult,
pub trend: TrendResult,
}Expand description
Bundled analysis results for one data source.
Fields§
§overview: OverviewResult§projects: ProjectResult§trend: TrendResultAuto Trait Implementations§
impl Freeze for ReportData
impl RefUnwindSafe for ReportData
impl Send for ReportData
impl Sync for ReportData
impl Unpin for ReportData
impl UnsafeUnpin for ReportData
impl UnwindSafe for ReportData
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