Enum gmime::ChecksumType[]

pub enum ChecksumType {
    Md5,
    Sha1,
    Sha256,
    // some variants omitted
}

Variants

Trait Implementations

impl Hash for ChecksumType

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

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

impl PartialEq<ChecksumType> for ChecksumType

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ChecksumType

impl Copy for ChecksumType

impl Clone for ChecksumType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChecksumType

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ChecksumType

impl Sync for ChecksumType