Enum gmime::DigestAlgo[][src]

pub enum DigestAlgo {
    AlgoDefault,
    AlgoMd5,
    AlgoSha1,
    AlgoRipemd160,
    AlgoMd2,
    AlgoTiger192,
    AlgoHaval5160,
    AlgoSha256,
    AlgoSha384,
    AlgoSha512,
    AlgoSha224,
    AlgoMd4,
    AlgoCrc32,
    AlgoCrc32Rfc1510,
    AlgoCrc32Rfc2440,
    // some variants omitted
}

A hash algorithm.

Variants

Trait Implementations

impl Clone for DigestAlgo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DigestAlgo
[src]

impl Debug for DigestAlgo
[src]

Formats the value using the given formatter. Read more

impl Eq for DigestAlgo
[src]

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

impl Sync for DigestAlgo