pub struct DeliveryAttempt(/* private fields */);Expand description
How many times a delivery has been handed out and come back failed.
Implementations§
Trait Implementations§
Source§impl Clone for DeliveryAttempt
impl Clone for DeliveryAttempt
impl Copy for DeliveryAttempt
Source§impl Debug for DeliveryAttempt
impl Debug for DeliveryAttempt
Source§impl Default for DeliveryAttempt
impl Default for DeliveryAttempt
Source§impl<'de> Deserialize<'de> for DeliveryAttempt
impl<'de> Deserialize<'de> for DeliveryAttempt
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 DeliveryAttempt
impl Display for DeliveryAttempt
impl Eq for DeliveryAttempt
Source§impl Hash for DeliveryAttempt
impl Hash for DeliveryAttempt
Source§impl Ord for DeliveryAttempt
impl Ord for DeliveryAttempt
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 DeliveryAttempt
impl PartialEq for DeliveryAttempt
Source§impl PartialOrd for DeliveryAttempt
impl PartialOrd for DeliveryAttempt
Source§impl Serialize for DeliveryAttempt
impl Serialize for DeliveryAttempt
impl StructuralPartialEq for DeliveryAttempt
Auto Trait Implementations§
impl Freeze for DeliveryAttempt
impl RefUnwindSafe for DeliveryAttempt
impl Send for DeliveryAttempt
impl Sync for DeliveryAttempt
impl Unpin for DeliveryAttempt
impl UnsafeUnpin for DeliveryAttempt
impl UnwindSafe for DeliveryAttempt
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