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