Enum libnewbee::codec::RedisString
[−]
[src]
pub enum RedisString {
LengthPrefix {
len: Length,
data: Vec<u8>,
},
StrInt(StrInt),
LZF(LZFString),
}Variants
LengthPrefixFields of LengthPrefix
len: Length | |
data: Vec<u8> |
StrInt(StrInt)LZF(LZFString)Methods
impl RedisString[src]
impl RedisString[src]
Trait Implementations
impl Debug for RedisString[src]
impl Clone for RedisString[src]
fn clone(&self) -> RedisString
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