Enum rpcperf_workload::Value
[−]
[src]
pub enum Value {
Stop,
Void,
Bool(bool),
Byte(u8),
Double(f64),
Int16(i16),
Int32(i32),
Int64(i64),
String(String),
Struct,
Map,
Set,
List(String, i32),
None,
}Variants
StopVoidBool(bool)Byte(u8)Double(f64)Int16(i16)Int32(i32)Int64(i64)String(String)StructMapSetList(String, i32)NoneTrait Implementations
impl PartialEq for Value[src]
fn eq(&self, __arg_0: &Value) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Value) -> bool
This method tests for !=.
impl Debug for Value[src]
impl Clone for Value[src]
fn clone(&self) -> Value
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more