pub enum AlertStatus {
A,
P,
N,
L,
O,
}Variants§
Trait Implementations§
Source§impl AsRef<str> for AlertStatus
impl AsRef<str> for AlertStatus
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 Default for AlertStatus
impl Default for AlertStatus
Source§fn default() -> AlertStatus
fn default() -> AlertStatus
Returns the “default value” for a type. Read more
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 Display for AlertStatus
impl Display for AlertStatus
Source§impl EnumProperty for AlertStatus
impl EnumProperty for AlertStatus
Source§impl From<char> for AlertStatus
impl From<char> for AlertStatus
Source§impl FromStr for AlertStatus
impl FromStr for AlertStatus
Source§impl PartialEq for AlertStatus
impl PartialEq for AlertStatus
Source§impl Serialize for AlertStatus
impl Serialize for AlertStatus
Source§impl TryFrom<&str> for AlertStatus
impl TryFrom<&str> 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