Struct email::mimeheaders::MimeContentTypeHeader
[−]
[src]
pub struct MimeContentTypeHeader { pub content_type: MimeContentType, pub params: HashMap<String, String>, }
Special header type for the Content-Type header.
Fields
content_type | The content type presented by this header |
params | Parameters of this header |