Struct deltachat::mimeparser::DeliveryReport
source · pub(crate) struct DeliveryReport {
pub rfc724_mid: String,
pub failed_recipient: Option<String>,
pub failure: bool,
}
Expand description
Delivery Status Notification (RFC 3464, RFC 6533)
Fields§
§rfc724_mid: String
§failed_recipient: Option<String>
§failure: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeliveryReport
impl RefUnwindSafe for DeliveryReport
impl Send for DeliveryReport
impl Sync for DeliveryReport
impl Unpin for DeliveryReport
impl UnwindSafe for DeliveryReport
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