pub struct ThresholdStatus {
pub at_or_above_non_recoverable: bool,
pub at_or_above_upper_critical: bool,
pub at_or_above_upper_non_critical: bool,
pub at_or_below_lower_non_recoverable: bool,
pub at_or_below_lower_critical: bool,
pub at_or_below_lower_non_critical: bool,
}Fields§
§at_or_above_non_recoverable: bool§at_or_above_upper_critical: bool§at_or_above_upper_non_critical: bool§at_or_below_lower_non_recoverable: bool§at_or_below_lower_critical: bool§at_or_below_lower_non_critical: boolTrait Implementations§
Source§impl Clone for ThresholdStatus
impl Clone for ThresholdStatus
Source§fn clone(&self) -> ThresholdStatus
fn clone(&self) -> ThresholdStatus
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 ThresholdStatus
impl Debug for ThresholdStatus
impl Copy for ThresholdStatus
Auto Trait Implementations§
impl Freeze for ThresholdStatus
impl RefUnwindSafe for ThresholdStatus
impl Send for ThresholdStatus
impl Sync for ThresholdStatus
impl Unpin for ThresholdStatus
impl UnwindSafe for ThresholdStatus
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