Enum msg_auth_status::dkim::ptypes::DkimPolicy
source · pub enum DkimPolicy<'hdr> {
Unknown(&'hdr str, &'hdr str),
}Expand description
DKIM policy ptype properties
Variants§
Trait Implementations§
source§impl<'hdr> Clone for DkimPolicy<'hdr>
impl<'hdr> Clone for DkimPolicy<'hdr>
source§fn clone(&self) -> DkimPolicy<'hdr>
fn clone(&self) -> DkimPolicy<'hdr>
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<'hdr> Debug for DkimPolicy<'hdr>
impl<'hdr> Debug for DkimPolicy<'hdr>
source§impl<'hdr> PartialEq for DkimPolicy<'hdr>
impl<'hdr> PartialEq for DkimPolicy<'hdr>
source§fn eq(&self, other: &DkimPolicy<'hdr>) -> bool
fn eq(&self, other: &DkimPolicy<'hdr>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<'hdr> StructuralPartialEq for DkimPolicy<'hdr>
Auto Trait Implementations§
impl<'hdr> Freeze for DkimPolicy<'hdr>
impl<'hdr> RefUnwindSafe for DkimPolicy<'hdr>
impl<'hdr> Send for DkimPolicy<'hdr>
impl<'hdr> Sync for DkimPolicy<'hdr>
impl<'hdr> Unpin for DkimPolicy<'hdr>
impl<'hdr> UnwindSafe for DkimPolicy<'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