Enum gmime::ContentEncoding[][src]

pub enum ContentEncoding {
    EncodeDefault,
    Encode7bit,
    Encode8bit,
    EncodeBinary,
    EncodeBase64,
    EncodeQuotedprintable,
    EncodeUuencode,
    // some variants omitted
}

A Content-Transfer-Encoding enumeration.

Variants

Trait Implementations

impl Clone for ContentEncoding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ContentEncoding
[src]

impl Debug for ContentEncoding
[src]

Formats the value using the given formatter. Read more

impl Eq for ContentEncoding
[src]

impl PartialEq for ContentEncoding
[src]

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

This method tests for !=.

impl Hash for ContentEncoding
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for ContentEncoding

impl Sync for ContentEncoding