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