pub struct AnomalyReport {
pub is_anomaly: bool,
pub severity: f64,
pub metric_name: String,
pub current_value: f64,
pub expected_range: (f64, f64),
}Fields§
§is_anomaly: bool§severity: f64§metric_name: String§current_value: f64§expected_range: (f64, f64)Trait Implementations§
Source§impl Clone for AnomalyReport
impl Clone for AnomalyReport
Source§fn clone(&self) -> AnomalyReport
fn clone(&self) -> AnomalyReport
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnomalyReport
impl Debug for AnomalyReport
Auto Trait Implementations§
impl Freeze for AnomalyReport
impl RefUnwindSafe for AnomalyReport
impl Send for AnomalyReport
impl Sync for AnomalyReport
impl Unpin for AnomalyReport
impl UnwindSafe for AnomalyReport
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§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)