pub enum DkimVersionError {}Expand description
Currently infallible, may change in the future
Trait Implementations§
Source§impl Debug for DkimVersionError
impl Debug for DkimVersionError
Source§impl From<DkimVersionError> for DkimTagValueError
impl From<DkimVersionError> for DkimTagValueError
Source§fn from(e: DkimVersionError) -> Self
fn from(e: DkimVersionError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DkimVersionError
impl PartialEq for DkimVersionError
impl StructuralPartialEq for DkimVersionError
Auto Trait Implementations§
impl Freeze for DkimVersionError
impl RefUnwindSafe for DkimVersionError
impl Send for DkimVersionError
impl Sync for DkimVersionError
impl Unpin for DkimVersionError
impl UnwindSafe for DkimVersionError
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