pub struct ARCIssue {
    pub reason: String,
    pub error: Option<DKIMError>,
    pub header: Option<Header<'static>>,
}Fields§
§reason: String§error: Option<DKIMError>§header: Option<Header<'static>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ARCIssue
impl RefUnwindSafe for ARCIssue
impl Send for ARCIssue
impl Sync for ARCIssue
impl Unpin for ARCIssue
impl UnwindSafe for ARCIssue
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