pub enum DkimTimestamp<'hdr> {
Unknown,
Raw(&'hdr str),
}Expand description
DKIM Timestamp
Variants§
Trait Implementations§
Source§impl<'hdr> Clone for DkimTimestamp<'hdr>
impl<'hdr> Clone for DkimTimestamp<'hdr>
Source§fn clone(&self) -> DkimTimestamp<'hdr>
fn clone(&self) -> DkimTimestamp<'hdr>
Returns a duplicate 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<'hdr> Debug for DkimTimestamp<'hdr>
impl<'hdr> Debug for DkimTimestamp<'hdr>
Source§impl<'hdr> Default for DkimTimestamp<'hdr>
impl<'hdr> Default for DkimTimestamp<'hdr>
Source§fn default() -> DkimTimestamp<'hdr>
fn default() -> DkimTimestamp<'hdr>
Returns the “default value” for a type. Read more
Source§impl<'hdr> PartialEq for DkimTimestamp<'hdr>
impl<'hdr> PartialEq for DkimTimestamp<'hdr>
Source§impl<'hdr> TryFrom<&'hdr str> for DkimTimestamp<'hdr>
impl<'hdr> TryFrom<&'hdr str> for DkimTimestamp<'hdr>
impl<'hdr> StructuralPartialEq for DkimTimestamp<'hdr>
Auto Trait Implementations§
impl<'hdr> Freeze for DkimTimestamp<'hdr>
impl<'hdr> RefUnwindSafe for DkimTimestamp<'hdr>
impl<'hdr> Send for DkimTimestamp<'hdr>
impl<'hdr> Sync for DkimTimestamp<'hdr>
impl<'hdr> Unpin for DkimTimestamp<'hdr>
impl<'hdr> UnwindSafe for DkimTimestamp<'hdr>
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