Enum mailbox::header::ContentTransferEncoding [] [src]

pub enum ContentTransferEncoding {
    Ascii,
    ExtendedAscii,
    Binary,
    QuotedPrintable,
    Base64,
    Token(String),
}

Variants

Trait Implementations

impl Eq for ContentTransferEncoding
[src]

impl PartialEq for ContentTransferEncoding
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for ContentTransferEncoding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContentTransferEncoding
[src]

Formats the value using the given formatter.

impl Header for ContentTransferEncoding
[src]