pub struct ModeDifferentialRunReport {
pub pair_results: Vec<ModeDifferentialPairResult>,
pub failing_pairs: usize,
pub failed: bool,
}Expand description
Aggregated mode differential run output.
Fields§
§pair_results: Vec<ModeDifferentialPairResult>Pairwise results for all corpora and configured comparisons.
failing_pairs: usizeNumber of pairwise comparisons that exceeded thresholds.
failed: booltrue when any pair exceeded configured thresholds.
Trait Implementations§
Source§impl Clone for ModeDifferentialRunReport
impl Clone for ModeDifferentialRunReport
Source§fn clone(&self) -> ModeDifferentialRunReport
fn clone(&self) -> ModeDifferentialRunReport
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ModeDifferentialRunReport
impl Debug for ModeDifferentialRunReport
Source§impl<'de> Deserialize<'de> for ModeDifferentialRunReport
impl<'de> Deserialize<'de> for ModeDifferentialRunReport
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 ModeDifferentialRunReport
impl StructuralPartialEq for ModeDifferentialRunReport
Auto Trait Implementations§
impl Freeze for ModeDifferentialRunReport
impl RefUnwindSafe for ModeDifferentialRunReport
impl Send for ModeDifferentialRunReport
impl Sync for ModeDifferentialRunReport
impl Unpin for ModeDifferentialRunReport
impl UnsafeUnpin for ModeDifferentialRunReport
impl UnwindSafe for ModeDifferentialRunReport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more