Enum kinetic_protobuf::Command_Security_ACL_HMACAlgorithm [] [src]

pub enum Command_Security_ACL_HMACAlgorithm {
    INVALID_HMAC_ALGORITHM,
    HmacSHA1,
}

Variants

Trait Implementations

impl Clone for Command_Security_ACL_HMACAlgorithm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Command_Security_ACL_HMACAlgorithm
[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_Security_ACL_HMACAlgorithm
[src]

impl Debug for Command_Security_ACL_HMACAlgorithm
[src]

Formats the value using the given formatter.

impl Hash for Command_Security_ACL_HMACAlgorithm
[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_Security_ACL_HMACAlgorithm
[src]

impl Copy for Command_Security_ACL_HMACAlgorithm
[src]