Enum kinetic::proto::command::Algorithm
[−]
[src]
pub enum Algorithm { INVALID_ALGORITHM, SHA1, SHA2, SHA3, CRC32, CRC64, }
Variants
INVALID_ALGORITHM | |
SHA1 | |
SHA2 | |
SHA3 | |
CRC32 | |
CRC64 |
pub enum Algorithm { INVALID_ALGORITHM, SHA1, SHA2, SHA3, CRC32, CRC64, }
INVALID_ALGORITHM | |
SHA1 | |
SHA2 | |
SHA3 | |
CRC32 | |
CRC64 |
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
impl Debug for Command_Algorithm
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)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).