Struct cdp::log::ViolationSetting
[−]
[src]
pub struct ViolationSetting {
pub name: ViolationSettingName,
pub threshold: f64,
}[Experimental] Violation configuration setting.
Fields
name: ViolationSettingName
Violation type.
threshold: f64
Time threshold to trigger upon.
Trait Implementations
impl Clone for ViolationSetting[src]
fn clone(&self) -> ViolationSetting[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for ViolationSetting[src]
impl PartialEq for ViolationSetting[src]
fn eq(&self, __arg_0: &ViolationSetting) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ViolationSetting) -> bool[src]
This method tests for !=.