pub struct DsaCalibrationGrid {
pub window: Vec<usize>,
pub persistence_runs: Vec<usize>,
pub alert_tau: Vec<f64>,
pub corroborating_feature_count_min: Vec<usize>,
}Fields§
§window: Vec<usize>§persistence_runs: Vec<usize>§alert_tau: Vec<f64>§corroborating_feature_count_min: Vec<usize>Implementations§
Trait Implementations§
Source§impl Clone for DsaCalibrationGrid
impl Clone for DsaCalibrationGrid
Source§fn clone(&self) -> DsaCalibrationGrid
fn clone(&self) -> DsaCalibrationGrid
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 DsaCalibrationGrid
impl Debug for DsaCalibrationGrid
Source§impl<'de> Deserialize<'de> for DsaCalibrationGrid
impl<'de> Deserialize<'de> for DsaCalibrationGrid
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
Auto Trait Implementations§
impl Freeze for DsaCalibrationGrid
impl RefUnwindSafe for DsaCalibrationGrid
impl Send for DsaCalibrationGrid
impl Sync for DsaCalibrationGrid
impl Unpin for DsaCalibrationGrid
impl UnsafeUnpin for DsaCalibrationGrid
impl UnwindSafe for DsaCalibrationGrid
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