Enum check_jitter::Status
source · pub enum Status<'a> {
Ok(AggregationMethod, f64, &'a Thresholds),
Warning(AggregationMethod, f64, &'a Thresholds),
Critical(AggregationMethod, f64, &'a Thresholds),
Unknown(UnkownVariant),
}
Variants§
Ok(AggregationMethod, f64, &'a Thresholds)
Warning(AggregationMethod, f64, &'a Thresholds)
Critical(AggregationMethod, f64, &'a Thresholds)
Unknown(UnkownVariant)
Implementations§
Trait Implementations§
source§impl<'a> PartialEq for Status<'a>
impl<'a> PartialEq for Status<'a>
impl<'a> StructuralPartialEq for Status<'a>
Auto Trait Implementations§
impl<'a> Freeze for Status<'a>
impl<'a> !RefUnwindSafe for Status<'a>
impl<'a> Send for Status<'a>
impl<'a> Sync for Status<'a>
impl<'a> Unpin for Status<'a>
impl<'a> !UnwindSafe for Status<'a>
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