pub enum DkimSignaturesError {}Expand description
No holding errors - currently all errors are inside results
Trait Implementations§
source§impl Debug for DkimSignaturesError
impl Debug for DkimSignaturesError
source§impl PartialEq for DkimSignaturesError
impl PartialEq for DkimSignaturesError
source§fn eq(&self, other: &DkimSignaturesError) -> bool
fn eq(&self, other: &DkimSignaturesError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DkimSignaturesError
Auto Trait Implementations§
impl Freeze for DkimSignaturesError
impl RefUnwindSafe for DkimSignaturesError
impl Send for DkimSignaturesError
impl Sync for DkimSignaturesError
impl Unpin for DkimSignaturesError
impl UnwindSafe for DkimSignaturesError
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