Enum gpgme::Validity[][src]

pub enum Validity {
    Unknown,
    Undefined,
    Never,
    Marginal,
    Full,
    Ultimate,
}

Variants

Methods

impl Validity
[src]

Trait Implementations

impl Copy for Validity
[src]

impl Clone for Validity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Validity
[src]

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

Formats the value using the given formatter. Read more

impl Display for Validity
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Validity

impl Sync for Validity