pub struct DmarcReportUri(/* private fields */);Expand description
DMARC reporting URI metadata.
Implementations§
Trait Implementations§
Source§impl Clone for DmarcReportUri
impl Clone for DmarcReportUri
Source§fn clone(&self) -> DmarcReportUri
fn clone(&self) -> DmarcReportUri
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DmarcReportUri
impl Debug for DmarcReportUri
Source§impl Display for DmarcReportUri
impl Display for DmarcReportUri
Source§impl Hash for DmarcReportUri
impl Hash for DmarcReportUri
Source§impl Ord for DmarcReportUri
impl Ord for DmarcReportUri
Source§fn cmp(&self, other: &DmarcReportUri) -> Ordering
fn cmp(&self, other: &DmarcReportUri) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DmarcReportUri
impl PartialEq for DmarcReportUri
Source§fn eq(&self, other: &DmarcReportUri) -> bool
fn eq(&self, other: &DmarcReportUri) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DmarcReportUri
impl PartialOrd for DmarcReportUri
impl Eq for DmarcReportUri
impl StructuralPartialEq for DmarcReportUri
Auto Trait Implementations§
impl Freeze for DmarcReportUri
impl RefUnwindSafe for DmarcReportUri
impl Send for DmarcReportUri
impl Sync for DmarcReportUri
impl Unpin for DmarcReportUri
impl UnsafeUnpin for DmarcReportUri
impl UnwindSafe for DmarcReportUri
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