Struct mail_auth::dkim::DomainKeyReport
source · pub struct DomainKeyReport { /* private fields */ }Trait Implementations§
source§impl Clone for DomainKeyReport
impl Clone for DomainKeyReport
source§fn clone(&self) -> DomainKeyReport
fn clone(&self) -> DomainKeyReport
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 DomainKeyReport
impl Debug for DomainKeyReport
source§impl From<DomainKeyReport> for Txt
impl From<DomainKeyReport> for Txt
source§fn from(v: DomainKeyReport) -> Self
fn from(v: DomainKeyReport) -> Self
Converts to this type from the input type.
source§impl PartialEq<DomainKeyReport> for DomainKeyReport
impl PartialEq<DomainKeyReport> for DomainKeyReport
source§fn eq(&self, other: &DomainKeyReport) -> bool
fn eq(&self, other: &DomainKeyReport) -> bool
This method tests for
self and other values to be equal, and is used
by ==.