pub struct DeliveryFailureReason(/* private fields */);Expand description
Why a delivery did not reach the host, or was refused by it.
Implementations§
Trait Implementations§
Source§impl Clone for DeliveryFailureReason
impl Clone for DeliveryFailureReason
Source§impl Debug for DeliveryFailureReason
impl Debug for DeliveryFailureReason
Source§impl<'de> Deserialize<'de> for DeliveryFailureReason
impl<'de> Deserialize<'de> for DeliveryFailureReason
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 DeliveryFailureReason
impl Display for DeliveryFailureReason
impl Eq for DeliveryFailureReason
Source§impl Hash for DeliveryFailureReason
impl Hash for DeliveryFailureReason
Source§impl Ord for DeliveryFailureReason
impl Ord for DeliveryFailureReason
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for DeliveryFailureReason
impl PartialEq for DeliveryFailureReason
Source§impl PartialOrd for DeliveryFailureReason
impl PartialOrd for DeliveryFailureReason
Source§impl Serialize for DeliveryFailureReason
impl Serialize for DeliveryFailureReason
impl StructuralPartialEq for DeliveryFailureReason
Auto Trait Implementations§
impl Freeze for DeliveryFailureReason
impl RefUnwindSafe for DeliveryFailureReason
impl Send for DeliveryFailureReason
impl Sync for DeliveryFailureReason
impl Unpin for DeliveryFailureReason
impl UnsafeUnpin for DeliveryFailureReason
impl UnwindSafe for DeliveryFailureReason
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