pub struct TriggerLabelThreshold {
pub name: Vec<String>,
pub threshold: NotNan<f64>,
}
Fields§
§name: Vec<String>
§threshold: NotNan<f64>
Trait Implementations§
Source§impl Clone for TriggerLabelThreshold
impl Clone for TriggerLabelThreshold
Source§fn clone(&self) -> TriggerLabelThreshold
fn clone(&self) -> TriggerLabelThreshold
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 TriggerLabelThreshold
impl Debug for TriggerLabelThreshold
Auto Trait Implementations§
impl Freeze for TriggerLabelThreshold
impl RefUnwindSafe for TriggerLabelThreshold
impl Send for TriggerLabelThreshold
impl Sync for TriggerLabelThreshold
impl Unpin for TriggerLabelThreshold
impl UnwindSafe for TriggerLabelThreshold
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