Enum gpgme::data::Encoding[][src]

pub enum Encoding {
    None,
    Binary,
    Base64,
    Armor,
    Url,
    UrlEscaped,
    Url0,
    Mime,
    Other(gpgme_data_encoding_t),
}

Variants

Methods

impl Encoding
[src]

Trait Implementations

impl Copy for Encoding
[src]

impl Clone for Encoding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Encoding
[src]

impl PartialEq for Encoding
[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 Encoding
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Encoding
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Encoding

impl Sync for Encoding