pub struct Patch<'mail> {
pub id: Id,
pub reply_to: Option<Id>,
pub subject: Subject,
pub headers: HeaderMap,
pub raw: &'mail str,
}Expand description
Fields§
§id: Id§reply_to: Option<Id>§subject: Subject§headers: HeaderMap§raw: &'mail strImplementations§
Trait Implementations§
impl<'mail> Eq for Patch<'mail>
impl<'mail> StructuralPartialEq for Patch<'mail>
Auto Trait Implementations§
impl<'mail> Freeze for Patch<'mail>
impl<'mail> RefUnwindSafe for Patch<'mail>
impl<'mail> Send for Patch<'mail>
impl<'mail> Sync for Patch<'mail>
impl<'mail> Unpin for Patch<'mail>
impl<'mail> UnwindSafe for Patch<'mail>
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