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

pub enum Synchronization {
    INVALID_SYNCHRONIZATION,
    WRITETHROUGH,
    WRITEBACK,
    FLUSH,
}

Variants

INVALID_SYNCHRONIZATION
WRITETHROUGH
WRITEBACK
FLUSH

Trait Implementations

impl ProtobufEnum for Command_Synchronization

fn value(&self) -> i32

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

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

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

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

impl Copy for Command_Synchronization

Derived Implementations

impl Debug for Command_Synchronization

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

impl Eq for Command_Synchronization

impl PartialEq for Command_Synchronization

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

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

impl Clone for Command_Synchronization

fn clone(&self) -> Command_Synchronization

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