Enum gpgme::KeyOrigin[][src]

pub enum KeyOrigin {
    Unknown,
    KeyServer,
    Dane,
    Wkd,
    Url,
    File,
    Self_,
    Other(gpgme_keyorg_t),
}

Variants

Methods

impl KeyOrigin
[src]

Trait Implementations

impl Copy for KeyOrigin
[src]

impl Clone for KeyOrigin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for KeyOrigin
[src]

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for KeyOrigin

impl Sync for KeyOrigin