Enum deltachat::authres::DkimResult
source · enum DkimResult {
Passed,
Failed,
Nothing,
}
Variants§
Passed
The header explicitly said that DKIM passed
Failed
The header explicitly said that DKIM failed
Nothing
The header didn’t say anything about DKIM; this might mean that it wasn’t
checked, but it might also mean that it failed. This is because some providers
(e.g. ik.me, mail.ru, posteo.de) don’t add dkim=none
to their
Authentication-Results if there was no DKIM.
Trait Implementations§
source§impl Debug for DkimResult
impl Debug for DkimResult
source§impl PartialEq for DkimResult
impl PartialEq for DkimResult
impl StructuralPartialEq for DkimResult
Auto Trait Implementations§
impl Freeze for DkimResult
impl RefUnwindSafe for DkimResult
impl Send for DkimResult
impl Sync for DkimResult
impl Unpin for DkimResult
impl UnwindSafe for DkimResult
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