pub enum MailErrorKind {
InvalidMessage,
Configuration,
Authentication,
Rejected,
Throttled,
Unavailable,
Ambiguous,
Protocol,
}Variants§
Trait Implementations§
Source§impl Clone for MailErrorKind
impl Clone for MailErrorKind
Source§fn clone(&self) -> MailErrorKind
fn clone(&self) -> MailErrorKind
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 MailErrorKind
Source§impl Debug for MailErrorKind
impl Debug for MailErrorKind
Source§impl<'de> Deserialize<'de> for MailErrorKind
impl<'de> Deserialize<'de> for MailErrorKind
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 MailErrorKind
Source§impl PartialEq for MailErrorKind
impl PartialEq for MailErrorKind
Source§impl Serialize for MailErrorKind
impl Serialize for MailErrorKind
impl StructuralPartialEq for MailErrorKind
Auto Trait Implementations§
impl Freeze for MailErrorKind
impl RefUnwindSafe for MailErrorKind
impl Send for MailErrorKind
impl Sync for MailErrorKind
impl Unpin for MailErrorKind
impl UnsafeUnpin for MailErrorKind
impl UnwindSafe for MailErrorKind
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