pub struct MimeInfo {
pub content_type: ContentType,
pub content_transfer_encoding: Option<String>,
}Expand description
Combined MIME content-type and transfer-encoding information for a message part.
Fields§
§content_type: ContentType§content_transfer_encoding: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MimeInfo
impl RefUnwindSafe for MimeInfo
impl Send for MimeInfo
impl Sync for MimeInfo
impl Unpin for MimeInfo
impl UnsafeUnpin for MimeInfo
impl UnwindSafe for MimeInfo
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