pub struct DmarcParseError {
pub detail: String,
}Expand description
DMARC record parse error.
Fields§
§detail: StringTrait Implementations§
Source§impl Clone for DmarcParseError
impl Clone for DmarcParseError
Source§fn clone(&self) -> DmarcParseError
fn clone(&self) -> DmarcParseError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DmarcParseError
impl Debug for DmarcParseError
Source§impl Display for DmarcParseError
impl Display for DmarcParseError
Source§impl Error for DmarcParseError
impl Error for DmarcParseError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for DmarcParseError
impl PartialEq for DmarcParseError
impl Eq for DmarcParseError
impl StructuralPartialEq for DmarcParseError
Auto Trait Implementations§
impl Freeze for DmarcParseError
impl RefUnwindSafe for DmarcParseError
impl Send for DmarcParseError
impl Sync for DmarcParseError
impl Unpin for DmarcParseError
impl UnsafeUnpin for DmarcParseError
impl UnwindSafe for DmarcParseError
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§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