Enum gmime::ParamEncodingMethod[][src]

pub enum ParamEncodingMethod {
    Default,
    Rfc2231,
    Rfc2047,
    // some variants omitted
}

The MIME specifications specify that the proper method for encoding Content-Type and Content-Disposition parameter values is the method described in rfc2231</a>. However, it is common for some older email clients to improperly encode using the method described in rfc2047</a> instead.

Variants

Trait Implementations

impl Clone for ParamEncodingMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ParamEncodingMethod
[src]

impl Debug for ParamEncodingMethod
[src]

Formats the value using the given formatter. Read more

impl Eq for ParamEncodingMethod
[src]

impl PartialEq for ParamEncodingMethod
[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 ParamEncodingMethod
[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 ParamEncodingMethod

impl Sync for ParamEncodingMethod