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

pub enum LogType {
    INVALID_TYPE,
    UTILIZATIONS,
    TEMPERATURES,
    CAPACITIES,
    CONFIGURATION,
    STATISTICS,
    MESSAGES,
    LIMITS,
    DEVICE,
}

Variants

INVALID_TYPE
UTILIZATIONS
TEMPERATURES
CAPACITIES
CONFIGURATION
STATISTICS
MESSAGES
LIMITS
DEVICE

Trait Implementations

impl ProtobufEnum for Command_GetLog_Type

fn value(&self) -> i32

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

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

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

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

impl Copy for Command_GetLog_Type

Derived Implementations

impl Debug for Command_GetLog_Type

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

impl Eq for Command_GetLog_Type

impl PartialEq for Command_GetLog_Type

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

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

impl Clone for Command_GetLog_Type

fn clone(&self) -> Command_GetLog_Type

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