pub enum PushContactMethodTypeEnum {
PUSH_NOTIFICATION_CONTACT_METHOD,
UNKNOWN,
}Variants§
Trait Implementations§
Source§impl AsRef<str> for PushContactMethodTypeEnum
impl AsRef<str> for PushContactMethodTypeEnum
Source§impl Clone for PushContactMethodTypeEnum
impl Clone for PushContactMethodTypeEnum
Source§fn clone(&self) -> PushContactMethodTypeEnum
fn clone(&self) -> PushContactMethodTypeEnum
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 PushContactMethodTypeEnum
impl Debug for PushContactMethodTypeEnum
Source§impl Default for PushContactMethodTypeEnum
impl Default for PushContactMethodTypeEnum
Source§impl<'de> Deserialize<'de> for PushContactMethodTypeEnum
impl<'de> Deserialize<'de> for PushContactMethodTypeEnum
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 PushContactMethodTypeEnum
impl Display for PushContactMethodTypeEnum
Source§impl FromStr for PushContactMethodTypeEnum
impl FromStr for PushContactMethodTypeEnum
Source§impl Ord for PushContactMethodTypeEnum
impl Ord for PushContactMethodTypeEnum
Source§fn cmp(&self, other: &PushContactMethodTypeEnum) -> Ordering
fn cmp(&self, other: &PushContactMethodTypeEnum) -> 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 PartialOrd for PushContactMethodTypeEnum
impl PartialOrd for PushContactMethodTypeEnum
impl Eq for PushContactMethodTypeEnum
impl StructuralPartialEq for PushContactMethodTypeEnum
Auto Trait Implementations§
impl Freeze for PushContactMethodTypeEnum
impl RefUnwindSafe for PushContactMethodTypeEnum
impl Send for PushContactMethodTypeEnum
impl Sync for PushContactMethodTypeEnum
impl Unpin for PushContactMethodTypeEnum
impl UnwindSafe for PushContactMethodTypeEnum
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