pub enum CheckType {
Inside,
Outside,
}
Expand description
This enum indicates if NagiosRange::check() should check if a value lies inside or outside of the range.
Variants§
Trait Implementations§
impl Copy for CheckType
impl StructuralPartialEq for CheckType
Auto Trait Implementations§
impl Freeze for CheckType
impl RefUnwindSafe for CheckType
impl Send for CheckType
impl Sync for CheckType
impl Unpin for CheckType
impl UnwindSafe for CheckType
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