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/enum.MailParseError.html | 160 -------------------------- 1 file changed, 160 deletions(-) delete mode 100644 target/doc/mailparse/enum.MailParseError.html (limited to 'target/doc/mailparse/enum.MailParseError.html') diff --git a/target/doc/mailparse/enum.MailParseError.html b/target/doc/mailparse/enum.MailParseError.html deleted file mode 100644 index 4e3c5c3..0000000 --- a/target/doc/mailparse/enum.MailParseError.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - mailparse::MailParseError - Rust - - - - - - - - - - - - - - - - - - - -
- -
-
- - - -

Enum mailparse::MailParseError - - [] - - [src]

pub enum MailParseError {
-    QuotedPrintableDecodeError(QuotedPrintableError),
-    Base64DecodeError(DecodeError),
-    EncodingError(Cow<'static, str>),
-    Generic(&'static str),
-}

An error type that represents the different kinds of errors that may be -encountered during message parsing.

-

- Variants

-

Data that was specified as being in the quoted-printable transfer-encoding -could not be successfully decoded as quoted-printable data.

-

Data that was specified as being in the base64 transfer-encoding could -not be successfully decoded as base64 data.

-

An error occurred when converting the raw byte data to Rust UTF-8 string -format using the charset specified in the message.

-

Some other error occurred while parsing the message; the description string -provides additional details.

-
-

- Trait Implementations -

-
-

impl Debug for MailParseError
[src]

Formats the value using the given formatter. Read more

-

impl Display for MailParseError
[src]

Formats the value using the given formatter. Read more

-

impl Error for MailParseError
[src]

A short description of the error. Read more

-

The lower-level cause of this error, if any. Read more

-

impl From<QuotedPrintableError> for MailParseError
[src]

Performs the conversion.

-

impl From<DecodeError> for MailParseError
[src]

Performs the conversion.

-

impl From<Cow<'static, str>> for MailParseError
[src]

Performs the conversion.

-
-

- Auto Trait Implementations -

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