From 6ed59567fc1862c02005eaf80b0d3c4821c2815b Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Wed, 5 Sep 2018 20:57:47 -0400 Subject: Remove documentation stuff; point to docs.rs --- target/doc/mailparse/struct.ParsedContentType.html | 164 --------------------- 1 file changed, 164 deletions(-) delete mode 100644 target/doc/mailparse/struct.ParsedContentType.html (limited to 'target/doc/mailparse/struct.ParsedContentType.html') diff --git a/target/doc/mailparse/struct.ParsedContentType.html b/target/doc/mailparse/struct.ParsedContentType.html deleted file mode 100644 index 709f70d..0000000 --- a/target/doc/mailparse/struct.ParsedContentType.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - mailparse::ParsedContentType - Rust - - - - - - - - - - - - - - - - - - - -
- -
-
- - - -

Struct mailparse::ParsedContentType - - [] - - [src]

pub struct ParsedContentType {
-    pub mimetype: String,
-    pub charset: String,
-    pub params: BTreeMap<String, String>,
-}

A struct to hold a more structured representation of the Content-Type header. -This is provided mostly as a convenience since this metadata is usually -needed to interpret the message body properly.

-

- Fields

- -

The type of the data, for example "text/plain" or "application/pdf".

-
- -

The charset used to decode the raw byte data, for example "iso-8859-1" -or "utf-8".

-
- -

The additional params of Content-Type, e.g. filename and boundary. The -keys in the map will be lowercased, and the values will have any -enclosing quotes stripped.

-
-

- Trait Implementations -

-
-

impl Debug for ParsedContentType
[src]

Formats the value using the given formatter. Read more

-

impl Default for ParsedContentType
[src]

Returns the "default value" for a type. Read more

-
-

- Auto Trait Implementations -

-
- - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3