Enum gmime::EncodingConstraint[][src]

pub enum EncodingConstraint {
    Encode7bit,
    Encode8bit,
    EncodeBinary,
    // some variants omitted
}

Used with functions like FilterBestExt::encoding and ObjectExt::encode as the 'constraint' argument. These values provide a means of letting the filter know what the encoding constraints are for the stream.

Variants

Trait Implementations

impl Clone for EncodingConstraint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EncodingConstraint
[src]

impl Debug for EncodingConstraint
[src]

Formats the value using the given formatter. Read more

impl Eq for EncodingConstraint
[src]

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

impl Sync for EncodingConstraint