pub struct AnalysisSummary {
pub total_recommendations: usize,
pub categories_count: usize,
pub health_score: usize,
}Expand description
Summary statistics from analysis
Fields§
§total_recommendations: usizeTotal recommendations
categories_count: usizeCategories analyzed
health_score: usizeOverall schema health (0-100)
Trait Implementations§
Source§impl Debug for AnalysisSummary
impl Debug for AnalysisSummary
Auto Trait Implementations§
impl Freeze for AnalysisSummary
impl RefUnwindSafe for AnalysisSummary
impl Send for AnalysisSummary
impl Sync for AnalysisSummary
impl Unpin for AnalysisSummary
impl UnwindSafe for AnalysisSummary
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