Enum gpgme::results::PkaTrust[][src]

pub enum PkaTrust {
    Unknown,
    Bad,
    Okay,
    Other(c_uint),
}

Variants

Methods

impl PkaTrust
[src]

Trait Implementations

impl Copy for PkaTrust
[src]

impl Clone for PkaTrust
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for PkaTrust
[src]

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PkaTrust

impl Sync for PkaTrust