Enum gpgme::PinentryMode[][src]

pub enum PinentryMode {
    Default,
    Ask,
    Cancel,
    Error,
    Loopback,
    Other(gpgme_pinentry_mode_t),
}

Variants

Methods

impl PinentryMode
[src]

Trait Implementations

impl Copy for PinentryMode
[src]

impl Clone for PinentryMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for PinentryMode
[src]

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

Formats the value using the given formatter. Read more

Auto Trait Implementations