Struct deltachat::mimeparser::Report
source · pub(crate) struct Report {
original_message_id: Option<String>,
additional_message_ids: Vec<String>,
}
Expand description
Message Disposition Notification (RFC 8098)
Fields§
§original_message_id: Option<String>
Original-Message-ID header
It MUST be present if the original message has a Message-ID according to RFC 8098. In case we can’t find it (shouldn’t happen), this is None.
additional_message_ids: Vec<String>
Additional-Message-IDs
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Report
impl RefUnwindSafe for Report
impl Send for Report
impl Sync for Report
impl Unpin for Report
impl UnwindSafe for Report
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