Struct DmarcReportUri
pub struct DmarcReportUri(/* private fields */);Expand description
DMARC reporting URI metadata.
Implementations§
§impl DmarcReportUri
impl DmarcReportUri
pub fn new(value: impl AsRef<str>) -> Result<DmarcReportUri, DmarcError>
pub fn new(value: impl AsRef<str>) -> Result<DmarcReportUri, DmarcError>
Creates a report URI metadata value.
Trait Implementations§
§impl Clone for DmarcReportUri
impl Clone for DmarcReportUri
§fn clone(&self) -> DmarcReportUri
fn clone(&self) -> DmarcReportUri
Returns a duplicate 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 DmarcReportUri
impl Debug for DmarcReportUri
§impl Display for DmarcReportUri
impl Display for DmarcReportUri
§impl Hash for DmarcReportUri
impl Hash for DmarcReportUri
§impl Ord for DmarcReportUri
impl Ord for DmarcReportUri
§impl PartialEq for DmarcReportUri
impl PartialEq for DmarcReportUri
§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