Struct mail_auth::report::DKIMAuthResult
source · pub struct DKIMAuthResult { /* private fields */ }Implementations§
source§impl DKIMAuthResult
impl DKIMAuthResult
pub fn new() -> Self
pub fn domain(&self) -> &str
pub fn with_domain(self, domain: impl Into<String>) -> Self
pub fn selector(&self) -> &str
pub fn with_selector(self, selector: impl Into<String>) -> Self
pub fn result(&self) -> DkimResult
pub fn with_result(self, result: DkimResult) -> Self
pub fn human_result(&self) -> Option<&str>
pub fn with_human_result(self, human_result: impl Into<String>) -> Self
Trait Implementations§
source§impl Clone for DKIMAuthResult
impl Clone for DKIMAuthResult
source§fn clone(&self) -> DKIMAuthResult
fn clone(&self) -> DKIMAuthResult
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 DKIMAuthResult
impl Debug for DKIMAuthResult
source§impl Default for DKIMAuthResult
impl Default for DKIMAuthResult
source§fn default() -> DKIMAuthResult
fn default() -> DKIMAuthResult
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DKIMAuthResult
impl<'de> Deserialize<'de> for DKIMAuthResult
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 Hash for DKIMAuthResult
impl Hash for DKIMAuthResult
source§impl PartialEq<DKIMAuthResult> for DKIMAuthResult
impl PartialEq<DKIMAuthResult> for DKIMAuthResult
source§fn eq(&self, other: &DKIMAuthResult) -> bool
fn eq(&self, other: &DKIMAuthResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.