Enum gmime::SignatureStatus[][src]

pub enum SignatureStatus {
    Valid,
    Green,
    Red,
    KeyRevoked,
    KeyExpired,
    SigExpired,
    KeyMissing,
    CrlMissing,
    CrlTooOld,
    BadPolicy,
    SysError,
    TofuConflict,
    // some variants omitted
}

A value representing the signature status bit flags for a particular Signature.

Variants

Trait Implementations

impl Clone for SignatureStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SignatureStatus
[src]

impl Debug for SignatureStatus
[src]

Formats the value using the given formatter. Read more

impl Eq for SignatureStatus
[src]

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

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for SignatureStatus

impl Sync for SignatureStatus