pub struct DkimDomain(/* private fields */);Expand description
DKIM signing domain metadata.
Implementations§
Trait Implementations§
Source§impl Clone for DkimDomain
impl Clone for DkimDomain
Source§fn clone(&self) -> DkimDomain
fn clone(&self) -> DkimDomain
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 DkimDomain
impl Debug for DkimDomain
Source§impl Display for DkimDomain
impl Display for DkimDomain
Source§impl FromStr for DkimDomain
impl FromStr for DkimDomain
Source§impl Hash for DkimDomain
impl Hash for DkimDomain
Source§impl Ord for DkimDomain
impl Ord for DkimDomain
Source§fn cmp(&self, other: &DkimDomain) -> Ordering
fn cmp(&self, other: &DkimDomain) -> 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 DkimDomain
impl PartialEq for DkimDomain
Source§fn eq(&self, other: &DkimDomain) -> bool
fn eq(&self, other: &DkimDomain) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DkimDomain
impl PartialOrd for DkimDomain
impl Eq for DkimDomain
impl StructuralPartialEq for DkimDomain
Auto Trait Implementations§
impl Freeze for DkimDomain
impl RefUnwindSafe for DkimDomain
impl Send for DkimDomain
impl Sync for DkimDomain
impl Unpin for DkimDomain
impl UnsafeUnpin for DkimDomain
impl UnwindSafe for DkimDomain
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