Enum gmime::FilterGZipMode[][src]

pub enum FilterGZipMode {
    Zip,
    Unzip,
    // some variants omitted
}

The mode for the FilterGZip filter.

Variants

Trait Implementations

impl Clone for FilterGZipMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FilterGZipMode
[src]

impl Debug for FilterGZipMode
[src]

Formats the value using the given formatter. Read more

impl Eq for FilterGZipMode
[src]

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

impl Sync for FilterGZipMode