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§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<AuthFailureType> for AuthFailureType
impl PartialEq<AuthFailureType> 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 ==.