pub struct WorkflowBenchmarkReport {Show 14 fields
pub total_findings: usize,
pub total_links: usize,
pub total_entity_mentions: usize,
pub total_evidence_spans: usize,
pub total_provenance_complete: usize,
pub evidence_span_coverage: f64,
pub provenance_coverage: f64,
pub assertion_types: usize,
pub gap_flags: usize,
pub contested_flags: usize,
pub checks_total: usize,
pub checks_passed: usize,
pub workflow_score: f64,
pub details: Vec<WorkflowCheckDetail>,
}Fields§
§total_findings: usize§total_links: usize§total_entity_mentions: usize§total_evidence_spans: usize§total_provenance_complete: usize§evidence_span_coverage: f64§provenance_coverage: f64§assertion_types: usize§gap_flags: usize§contested_flags: usize§checks_total: usize§checks_passed: usize§workflow_score: f64§details: Vec<WorkflowCheckDetail>Trait Implementations§
Source§impl Debug for WorkflowBenchmarkReport
impl Debug for WorkflowBenchmarkReport
Auto Trait Implementations§
impl Freeze for WorkflowBenchmarkReport
impl RefUnwindSafe for WorkflowBenchmarkReport
impl Send for WorkflowBenchmarkReport
impl Sync for WorkflowBenchmarkReport
impl Unpin for WorkflowBenchmarkReport
impl UnsafeUnpin for WorkflowBenchmarkReport
impl UnwindSafe for WorkflowBenchmarkReport
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