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