Enum mail_auth::report::SPFDomainScope
source · pub enum SPFDomainScope {
Helo,
MailFrom,
Unspecified,
}Variants§
Trait Implementations§
source§impl Clone for SPFDomainScope
impl Clone for SPFDomainScope
source§fn clone(&self) -> SPFDomainScope
fn clone(&self) -> SPFDomainScope
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 SPFDomainScope
impl Debug for SPFDomainScope
source§impl Default for SPFDomainScope
impl Default for SPFDomainScope
source§impl<'de> Deserialize<'de> for SPFDomainScope
impl<'de> Deserialize<'de> for SPFDomainScope
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 Display for SPFDomainScope
impl Display for SPFDomainScope
source§impl FromStr for SPFDomainScope
impl FromStr for SPFDomainScope
source§impl Hash for SPFDomainScope
impl Hash for SPFDomainScope
source§impl PartialEq<SPFDomainScope> for SPFDomainScope
impl PartialEq<SPFDomainScope> for SPFDomainScope
source§fn eq(&self, other: &SPFDomainScope) -> bool
fn eq(&self, other: &SPFDomainScope) -> bool
This method tests for
self and other values to be equal, and is used
by ==.