Enum gmime::PubKeyAlgo[][src]

pub enum PubKeyAlgo {
    Default,
    Rsa,
    RsaE,
    RsaS,
    ElgE,
    Dsa,
    Ecc,
    Elg,
    Ecdsa,
    Ecdh,
    Eddsa,
    // some variants omitted
}

A public-key algorithm.

Variants

Trait Implementations

impl Clone for PubKeyAlgo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PubKeyAlgo
[src]

impl Debug for PubKeyAlgo
[src]

Formats the value using the given formatter. Read more

impl Eq for PubKeyAlgo
[src]

impl PartialEq for PubKeyAlgo
[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 PubKeyAlgo
[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 PubKeyAlgo

impl Sync for PubKeyAlgo