Struct CalibrationExpectationReport
#[non_exhaustive]pub struct CalibrationExpectationReport {
pub checked: usize,
pub matched: usize,
pub mismatches: Vec<String>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
checked: usize§matched: usize§mismatches: Vec<String>Implementations§
§impl CalibrationExpectationReport
impl CalibrationExpectationReport
pub fn is_vacuous(&self) -> bool
pub fn is_vacuous(&self) -> bool
Trait Implementations§
§impl Clone for CalibrationExpectationReport
impl Clone for CalibrationExpectationReport
§fn clone(&self) -> CalibrationExpectationReport
fn clone(&self) -> CalibrationExpectationReport
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for CalibrationExpectationReport
impl PartialEq for CalibrationExpectationReport
impl Eq for CalibrationExpectationReport
impl StructuralPartialEq for CalibrationExpectationReport
Auto Trait Implementations§
impl Freeze for CalibrationExpectationReport
impl RefUnwindSafe for CalibrationExpectationReport
impl Send for CalibrationExpectationReport
impl Sync for CalibrationExpectationReport
impl Unpin for CalibrationExpectationReport
impl UnwindSafe for CalibrationExpectationReport
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)