Enum libnewbee::codec::RedisString [] [src]

pub enum RedisString {
    LengthPrefix {
        len: Length,
        data: Vec<u8>,
    },
    StrInt(StrInt),
    LZF(LZFString),
}

Variants

Fields of LengthPrefix

Methods

impl RedisString
[src]

impl RedisString
[src]

Trait Implementations

impl Debug for RedisString
[src]

Formats the value using the given formatter.

impl Clone for RedisString
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Shift for RedisString
[src]

impl FromBuf for RedisString
[src]