Enum gmime::SecureMimeType[][src]

pub enum SecureMimeType {
    CompressedData,
    EnvelopedData,
    SignedData,
    CertsOnly,
    Unknown,
    // some variants omitted
}

The S/MIME data type.

Variants

Trait Implementations

impl Clone for SecureMimeType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SecureMimeType
[src]

impl Debug for SecureMimeType
[src]

Formats the value using the given formatter. Read more

impl Eq for SecureMimeType
[src]

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

impl Sync for SecureMimeType