Enum gmime::EncryptFlags[][src]

pub enum EncryptFlags {
    None,
    AlwaysTrust,
    NoCompress,
    Symmetric,
    ThrowKeyids,
    // some variants omitted
}

Encryption flags.

Variants

Trait Implementations

impl Clone for EncryptFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EncryptFlags
[src]

impl Debug for EncryptFlags
[src]

Formats the value using the given formatter. Read more

impl Eq for EncryptFlags
[src]

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

impl Sync for EncryptFlags