pub struct CheckFloat {
pub key: String,
pub threshold: f32,
pub above: bool,
}Expand description
Condition: checks if a float exceeds a threshold.
Fields§
§key: String§threshold: f32§above: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for CheckFloat
impl RefUnwindSafe for CheckFloat
impl Send for CheckFloat
impl Sync for CheckFloat
impl Unpin for CheckFloat
impl UnsafeUnpin for CheckFloat
impl UnwindSafe for CheckFloat
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