pub struct Dmarc { /* private fields */ }Implementations§
Trait Implementations§
source§impl PartialEq for Dmarc
impl PartialEq for Dmarc
source§impl UnwrapTxtRecord for Dmarc
impl UnwrapTxtRecord for Dmarc
impl Eq for Dmarc
impl StructuralPartialEq for Dmarc
Auto Trait Implementations§
impl Freeze for Dmarc
impl RefUnwindSafe for Dmarc
impl Send for Dmarc
impl Sync for Dmarc
impl Unpin for Dmarc
impl UnwindSafe for Dmarc
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