[][src]Enum rsa::hash::Hashes

pub enum Hashes {
    MD5,
    SHA1,
    SHA2_224,
    SHA2_256,
    SHA2_384,
    SHA2_512,
    SHA3_256,
    SHA3_384,
    SHA3_512,
    MD5SHA1,
    RIPEMD160,
}

A list of provided hashes, implementing Hash.

Variants

MD5
SHA1
SHA2_224
SHA2_256
SHA2_384
SHA2_512
SHA3_256
SHA3_384
SHA3_512
MD5SHA1
RIPEMD160

Trait Implementations

impl Hash for Hashes[src]

impl Clone for Hashes[src]

impl Copy for Hashes[src]

impl Debug for Hashes[src]

Auto Trait Implementations

impl Send for Hashes

impl Sync for Hashes

impl Unpin for Hashes

impl UnwindSafe for Hashes

impl RefUnwindSafe for Hashes

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]