pub struct PublishedPolicy {
pub domain: String,
pub adkim: AlignmentMode,
pub aspf: AlignmentMode,
pub policy: Policy,
pub subdomain_policy: Policy,
pub percent: u8,
}Expand description
Policy published by the domain owner (as discovered).
Fields§
§domain: String§adkim: AlignmentMode§aspf: AlignmentMode§policy: Policy§subdomain_policy: Policy§percent: u8Trait Implementations§
Source§impl Clone for PublishedPolicy
impl Clone for PublishedPolicy
Source§fn clone(&self) -> PublishedPolicy
fn clone(&self) -> PublishedPolicy
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 moreAuto Trait Implementations§
impl Freeze for PublishedPolicy
impl RefUnwindSafe for PublishedPolicy
impl Send for PublishedPolicy
impl Sync for PublishedPolicy
impl Unpin for PublishedPolicy
impl UnsafeUnpin for PublishedPolicy
impl UnwindSafe for PublishedPolicy
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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