pub struct RollingStats { /* private fields */ }Expand description
Rolling statistics for anomaly detection.
Implementations§
Source§impl RollingStats
impl RollingStats
Trait Implementations§
Source§impl Clone for RollingStats
impl Clone for RollingStats
Source§fn clone(&self) -> RollingStats
fn clone(&self) -> RollingStats
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 RollingStats
impl Debug for RollingStats
Source§impl Default for RollingStats
impl Default for RollingStats
Source§fn default() -> RollingStats
fn default() -> RollingStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RollingStats
impl RefUnwindSafe for RollingStats
impl Send for RollingStats
impl Sync for RollingStats
impl Unpin for RollingStats
impl UnsafeUnpin for RollingStats
impl UnwindSafe for RollingStats
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