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 state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for Validity
[src]

Formats the value using the given formatter.

impl Display for Validity
[src]

Formats the value using the given formatter.