pub struct DsaConfig {
pub window: usize,
pub persistence_runs: usize,
pub alert_tau: f64,
pub corroborating_feature_count_min: usize,
}Fields§
§window: usize§persistence_runs: usize§alert_tau: f64§corroborating_feature_count_min: usizeImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DsaConfig
impl<'de> Deserialize<'de> for DsaConfig
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 StructuralPartialEq for DsaConfig
Auto Trait Implementations§
impl Freeze for DsaConfig
impl RefUnwindSafe for DsaConfig
impl Send for DsaConfig
impl Sync for DsaConfig
impl Unpin for DsaConfig
impl UnsafeUnpin for DsaConfig
impl UnwindSafe for DsaConfig
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