pub enum AlertStatus {
UnknownFutureValue,
Dismissed,
Resolved,
InProgress,
NewAlert,
Unknown,
}
Variants§
Trait Implementations§
Source§impl Clone for AlertStatus
impl Clone for AlertStatus
Source§fn clone(&self) -> AlertStatus
fn clone(&self) -> AlertStatus
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 AlertStatus
impl Debug for AlertStatus
Source§impl<'de> Deserialize<'de> for AlertStatus
impl<'de> Deserialize<'de> for AlertStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for AlertStatus
impl Hash for AlertStatus
Source§impl Ord for AlertStatus
impl Ord for AlertStatus
Source§fn cmp(&self, other: &AlertStatus) -> Ordering
fn cmp(&self, other: &AlertStatus) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AlertStatus
impl PartialEq for AlertStatus
Source§impl PartialOrd for AlertStatus
impl PartialOrd for AlertStatus
Source§impl Serialize for AlertStatus
impl Serialize for AlertStatus
impl Eq for AlertStatus
impl StructuralPartialEq 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