pub enum DeletionReason {
IncorrectContent,
IncorrectRecipient,
}Expand description
The unique identifier that maps each notification status to a reason code.
Variants§
Trait Implementations§
Source§impl Clone for DeletionReason
impl Clone for DeletionReason
Source§fn clone(&self) -> DeletionReason
fn clone(&self) -> DeletionReason
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 DeletionReason
impl Debug for DeletionReason
Source§impl Default for DeletionReason
impl Default for DeletionReason
Source§fn default() -> DeletionReason
fn default() -> DeletionReason
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeletionReason
impl<'de> Deserialize<'de> for DeletionReason
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 DeletionReason
impl Hash for DeletionReason
Source§impl Ord for DeletionReason
impl Ord for DeletionReason
Source§fn cmp(&self, other: &DeletionReason) -> Ordering
fn cmp(&self, other: &DeletionReason) -> 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 DeletionReason
impl PartialEq for DeletionReason
Source§impl PartialOrd for DeletionReason
impl PartialOrd for DeletionReason
Source§impl Serialize for DeletionReason
impl Serialize for DeletionReason
impl Copy for DeletionReason
impl Eq for DeletionReason
impl StructuralPartialEq for DeletionReason
Auto Trait Implementations§
impl Freeze for DeletionReason
impl RefUnwindSafe for DeletionReason
impl Send for DeletionReason
impl Sync for DeletionReason
impl Unpin for DeletionReason
impl UnsafeUnpin for DeletionReason
impl UnwindSafe for DeletionReason
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