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 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 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§impl Serialize for IdentityAlignment
impl Serialize for IdentityAlignment
impl Copy for IdentityAlignment
impl Eq for IdentityAlignment
impl StructuralPartialEq for IdentityAlignment
Auto Trait Implementations§
impl Freeze for IdentityAlignment
impl RefUnwindSafe for IdentityAlignment
impl Send for IdentityAlignment
impl Sync for IdentityAlignment
impl Unpin for IdentityAlignment
impl UnsafeUnpin 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
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.