Enum kinetic::proto::command::Algorithm [−] [src]

pub enum Algorithm {
    INVALID_ALGORITHM,
    SHA1,
    SHA2,
    SHA3,
    CRC32,
    CRC64,
}

Variants

INVALID_ALGORITHM
SHA1
SHA2
SHA3
CRC32
CRC64

Trait Implementations

impl ProtobufEnum for Command_Algorithm

fn value(&self) -> i32

fn from_i32(value: i32) -> Option<Command_Algorithm>

fn enum_descriptor_static(_: Option<Command_Algorithm>) -> &'static EnumDescriptor

fn descriptor(&self) -> &'static EnumValueDescriptor

fn enum_descriptor(&self) -> &'static EnumDescriptor

impl Copy for Command_Algorithm

Derived Implementations

impl Debug for Command_Algorithm

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Eq for Command_Algorithm

impl PartialEq for Command_Algorithm

fn eq(&self, __arg_0: &Command_Algorithm) -> bool

fn ne(&self, __arg_0: &Command_Algorithm) -> bool

impl Clone for Command_Algorithm

fn clone(&self) -> Command_Algorithm

fn clone_from(&mut self, source: &Self)