pub enum AlertStatus {
Acknowledged,
Critical,
Ok,
Warning,
}Variants§
Trait Implementations§
Source§impl Debug for AlertStatus
impl Debug for AlertStatus
Auto Trait Implementations§
impl Freeze for AlertStatus
impl RefUnwindSafe for AlertStatus
impl Send for AlertStatus
impl Sync for AlertStatus
impl Unpin for AlertStatus
impl UnwindSafe for AlertStatus
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