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