Enum qapi_qmp::QCryptoHashAlgorithm[][src]

pub enum QCryptoHashAlgorithm {
    md5,
    sha1,
    sha224,
    sha256,
    sha384,
    sha512,
    ripemd160,
}

Variants

Trait Implementations

impl Debug for QCryptoHashAlgorithm
[src]

Formats the value using the given formatter. Read more

impl Clone for QCryptoHashAlgorithm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for QCryptoHashAlgorithm

impl Sync for QCryptoHashAlgorithm