Enum kinetic_protobuf::Command_Algorithm [] [src]

pub enum Command_Algorithm {
    INVALID_ALGORITHM,
    SHA1,
    SHA2,
    SHA3,
    CRC32C,
    CRC64,
    CRC32,
}

Variants

Trait Implementations

impl Clone for Command_Algorithm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Command_Algorithm
[src]

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

This method tests for !=.

impl Eq for Command_Algorithm
[src]

impl Debug for Command_Algorithm
[src]

Formats the value using the given formatter.

impl Hash for Command_Algorithm
[src]

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

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

impl ProtobufEnum for Command_Algorithm
[src]

impl Copy for Command_Algorithm
[src]