Enum rustls::internal::msgs::enums::HashAlgorithm [] [src]

pub enum HashAlgorithm {
    NONE,
    MD5,
    SHA1,
    SHA224,
    SHA256,
    SHA384,
    SHA512,
    Unknown(u8),
}

Variants

Methods

impl HashAlgorithm
[src]

Trait Implementations

impl Clone for HashAlgorithm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for HashAlgorithm
[src]

impl PartialEq for HashAlgorithm
[src]

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

This method tests for !=.

impl Debug for HashAlgorithm
[src]

Formats the value using the given formatter.

impl Codec for HashAlgorithm
[src]