Struct vsmtp_common::FinishedProperties
pub struct FinishedProperties {
pub dkim: Option<VerificationResult>,
pub spf: Option<Result>,
}Expand description
Fields§
§dkim: Option<VerificationResult>§spf: Option<Result>Trait Implementations§
§impl Clone for FinishedProperties
impl Clone for FinishedProperties
§fn clone(&self) -> FinishedProperties
fn clone(&self) -> FinishedProperties
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 more§impl Debug for FinishedProperties
impl Debug for FinishedProperties
§impl<'de> Deserialize<'de> for FinishedProperties
impl<'de> Deserialize<'de> for FinishedProperties
§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
§impl PartialEq<FinishedProperties> for FinishedProperties
impl PartialEq<FinishedProperties> for FinishedProperties
§fn eq(&self, other: &FinishedProperties) -> bool
fn eq(&self, other: &FinishedProperties) -> bool
This method tests for
self and other values to be equal, and is used
by ==.