pub(crate) struct DkimResults {
pub dkim_passed: bool,
}
Fields§
§dkim_passed: bool
Whether DKIM passed for this particular e-mail.
Trait Implementations§
source§impl Debug for DkimResults
impl Debug for DkimResults
Auto Trait Implementations§
impl Freeze for DkimResults
impl RefUnwindSafe for DkimResults
impl Send for DkimResults
impl Sync for DkimResults
impl Unpin for DkimResults
impl UnwindSafe for DkimResults
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§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