pub enum MailRetryAdvice {
Never,
SafeAfterBackoff,
ReconcileBeforeRetry,
}Variants§
Trait Implementations§
Source§impl Clone for MailRetryAdvice
impl Clone for MailRetryAdvice
Source§fn clone(&self) -> MailRetryAdvice
fn clone(&self) -> MailRetryAdvice
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MailRetryAdvice
Source§impl Debug for MailRetryAdvice
impl Debug for MailRetryAdvice
Source§impl<'de> Deserialize<'de> for MailRetryAdvice
impl<'de> Deserialize<'de> for MailRetryAdvice
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
impl Eq for MailRetryAdvice
Source§impl PartialEq for MailRetryAdvice
impl PartialEq for MailRetryAdvice
Source§impl Serialize for MailRetryAdvice
impl Serialize for MailRetryAdvice
impl StructuralPartialEq for MailRetryAdvice
Auto Trait Implementations§
impl Freeze for MailRetryAdvice
impl RefUnwindSafe for MailRetryAdvice
impl Send for MailRetryAdvice
impl Sync for MailRetryAdvice
impl Unpin for MailRetryAdvice
impl UnsafeUnpin for MailRetryAdvice
impl UnwindSafe for MailRetryAdvice
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