Enum mail_auth::report::AuthFailureType
source · pub enum AuthFailureType {
Adsp,
BodyHash,
Revoked,
Signature,
Spf,
Dmarc,
Unspecified,
}Variants§
Trait Implementations§
source§impl Clone for AuthFailureType
impl Clone for AuthFailureType
source§fn clone(&self) -> AuthFailureType
fn clone(&self) -> AuthFailureType
Returns a copy 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 AuthFailureType
impl Debug for AuthFailureType
source§impl Default for AuthFailureType
impl Default for AuthFailureType
source§fn default() -> AuthFailureType
fn default() -> AuthFailureType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AuthFailureType
impl<'de> Deserialize<'de> for AuthFailureType
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 From<&DkimResult> for AuthFailureType
impl From<&DkimResult> for AuthFailureType
source§fn from(value: &DkimResult) -> Self
fn from(value: &DkimResult) -> Self
Converts to this type from the input type.
source§impl PartialEq for AuthFailureType
impl PartialEq for AuthFailureType
source§fn eq(&self, other: &AuthFailureType) -> bool
fn eq(&self, other: &AuthFailureType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AuthFailureType
impl Serialize for AuthFailureType
impl Copy for AuthFailureType
impl Eq for AuthFailureType
impl StructuralPartialEq for AuthFailureType
Auto Trait Implementations§
impl RefUnwindSafe for AuthFailureType
impl Send for AuthFailureType
impl Sync for AuthFailureType
impl Unpin for AuthFailureType
impl UnwindSafe for AuthFailureType
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