pub struct DsaComponentContribution {
pub component: String,
pub mean_value_on_alert_points: f64,
pub mean_value_on_all_points: f64,
pub total_value_on_alert_points: f64,
}Fields§
§component: String§mean_value_on_alert_points: f64§mean_value_on_all_points: f64§total_value_on_alert_points: f64Trait Implementations§
Source§impl Clone for DsaComponentContribution
impl Clone for DsaComponentContribution
Source§fn clone(&self) -> DsaComponentContribution
fn clone(&self) -> DsaComponentContribution
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 DsaComponentContribution
impl Debug for DsaComponentContribution
Auto Trait Implementations§
impl Freeze for DsaComponentContribution
impl RefUnwindSafe for DsaComponentContribution
impl Send for DsaComponentContribution
impl Sync for DsaComponentContribution
impl Unpin for DsaComponentContribution
impl UnsafeUnpin for DsaComponentContribution
impl UnwindSafe for DsaComponentContribution
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