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 duplicate 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§impl Serialize for AuthFailureType
impl Serialize for AuthFailureType
impl Copy for AuthFailureType
impl Eq for AuthFailureType
impl StructuralPartialEq for AuthFailureType
Auto Trait Implementations§
impl Freeze for AuthFailureType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.