pub struct DsaCorroborationSummary {
pub corroborating_feature_count_min: usize,
pub representative_row: Option<DsaCalibrationRow>,
}Fields§
§corroborating_feature_count_min: usize§representative_row: Option<DsaCalibrationRow>Trait Implementations§
Source§impl Clone for DsaCorroborationSummary
impl Clone for DsaCorroborationSummary
Source§fn clone(&self) -> DsaCorroborationSummary
fn clone(&self) -> DsaCorroborationSummary
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 DsaCorroborationSummary
impl Debug for DsaCorroborationSummary
Auto Trait Implementations§
impl Freeze for DsaCorroborationSummary
impl RefUnwindSafe for DsaCorroborationSummary
impl Send for DsaCorroborationSummary
impl Sync for DsaCorroborationSummary
impl Unpin for DsaCorroborationSummary
impl UnsafeUnpin for DsaCorroborationSummary
impl UnwindSafe for DsaCorroborationSummary
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