Enum msg_auth_status::auth_results::Prop
source · pub enum Prop<'hdr> {
Auth(AuthProperty<'hdr>),
Dkim(DkimProperty<'hdr>),
IpRev(IpRevProperty<'hdr>),
Spf(SpfProperty<'hdr>),
Unknown(UnknownProperty<'hdr>),
}Expand description
Auth-Result properties
Variants§
Auth(AuthProperty<'hdr>)
auth method properties
Dkim(DkimProperty<'hdr>)
dkim method properties
IpRev(IpRevProperty<'hdr>)
iprev method properties
Spf(SpfProperty<'hdr>)
spf method properties
Unknown(UnknownProperty<'hdr>)
unknown method properties
Trait Implementations§
source§impl<'hdr> PartialEq for Prop<'hdr>
impl<'hdr> PartialEq for Prop<'hdr>
impl<'hdr> StructuralPartialEq for Prop<'hdr>
Auto Trait Implementations§
impl<'hdr> Freeze for Prop<'hdr>
impl<'hdr> RefUnwindSafe for Prop<'hdr>
impl<'hdr> Send for Prop<'hdr>
impl<'hdr> Sync for Prop<'hdr>
impl<'hdr> Unpin for Prop<'hdr>
impl<'hdr> UnwindSafe for Prop<'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