Struct mail_auth::DkimOutput
source · pub struct DkimOutput<'x> { /* private fields */ }Implementations§
source§impl<'x> DkimOutput<'x>
impl<'x> DkimOutput<'x>
Trait Implementations§
source§impl<'x> Clone for DkimOutput<'x>
impl<'x> Clone for DkimOutput<'x>
source§fn clone(&self) -> DkimOutput<'x>
fn clone(&self) -> DkimOutput<'x>
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<'x> Debug for DkimOutput<'x>
impl<'x> Debug for DkimOutput<'x>
source§impl<'x> PartialEq for DkimOutput<'x>
impl<'x> PartialEq for DkimOutput<'x>
source§fn eq(&self, other: &DkimOutput<'x>) -> bool
fn eq(&self, other: &DkimOutput<'x>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<'x> Eq for DkimOutput<'x>
impl<'x> StructuralPartialEq for DkimOutput<'x>
Auto Trait Implementations§
impl<'x> Freeze for DkimOutput<'x>
impl<'x> RefUnwindSafe for DkimOutput<'x>
impl<'x> Send for DkimOutput<'x>
impl<'x> Sync for DkimOutput<'x>
impl<'x> Unpin for DkimOutput<'x>
impl<'x> UnwindSafe for DkimOutput<'x>
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