pub enum ServiceAlertCreationEnum {
INCIDENTS,
ALERTS_AND_INCIDENTS,
UNKNOWN,
}Variants§
Trait Implementations§
Source§impl AsRef<str> for ServiceAlertCreationEnum
impl AsRef<str> for ServiceAlertCreationEnum
Source§impl Clone for ServiceAlertCreationEnum
impl Clone for ServiceAlertCreationEnum
Source§fn clone(&self) -> ServiceAlertCreationEnum
fn clone(&self) -> ServiceAlertCreationEnum
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 ServiceAlertCreationEnum
impl Debug for ServiceAlertCreationEnum
Source§impl Default for ServiceAlertCreationEnum
impl Default for ServiceAlertCreationEnum
Source§impl<'de> Deserialize<'de> for ServiceAlertCreationEnum
impl<'de> Deserialize<'de> for ServiceAlertCreationEnum
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 ServiceAlertCreationEnum
impl Display for ServiceAlertCreationEnum
Source§impl FromStr for ServiceAlertCreationEnum
impl FromStr for ServiceAlertCreationEnum
Source§impl Ord for ServiceAlertCreationEnum
impl Ord for ServiceAlertCreationEnum
Source§fn cmp(&self, other: &ServiceAlertCreationEnum) -> Ordering
fn cmp(&self, other: &ServiceAlertCreationEnum) -> 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 ServiceAlertCreationEnum
impl PartialEq for ServiceAlertCreationEnum
Source§impl PartialOrd for ServiceAlertCreationEnum
impl PartialOrd for ServiceAlertCreationEnum
Source§impl Serialize for ServiceAlertCreationEnum
impl Serialize for ServiceAlertCreationEnum
impl Eq for ServiceAlertCreationEnum
impl StructuralPartialEq for ServiceAlertCreationEnum
Auto Trait Implementations§
impl Freeze for ServiceAlertCreationEnum
impl RefUnwindSafe for ServiceAlertCreationEnum
impl Send for ServiceAlertCreationEnum
impl Sync for ServiceAlertCreationEnum
impl Unpin for ServiceAlertCreationEnum
impl UnwindSafe for ServiceAlertCreationEnum
Blanket Implementations§
Source§impl<T> AsUncased for T
impl<T> AsUncased for T
Source§fn as_uncased(&self) -> &UncasedStr
fn as_uncased(&self) -> &UncasedStr
Convert
self to an UncasedStr.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