pub struct GapReport {
pub gaps: Vec<ReasoningGap>,
pub health_bps: u16,
pub analyzed_entities: usize,
pub analyzed_facts: usize,
}Fields§
§gaps: Vec<ReasoningGap>§health_bps: u16§analyzed_entities: usize§analyzed_facts: usizeTrait Implementations§
Source§impl<'de> Deserialize<'de> for GapReport
impl<'de> Deserialize<'de> for GapReport
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for GapReport
impl StructuralPartialEq for GapReport
Auto Trait Implementations§
impl Freeze for GapReport
impl RefUnwindSafe for GapReport
impl Send for GapReport
impl Sync for GapReport
impl Unpin for GapReport
impl UnsafeUnpin for GapReport
impl UnwindSafe for GapReport
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