Enum libnewbee::RedisFmt [] [src]

pub enum RedisFmt {
    Cmd(&'static str),
    Raw(Vec<u8>),
    CRLF,
}

Variants

Methods

impl RedisFmt
[src]

Trait Implementations

impl Debug for RedisFmt
[src]

Formats the value using the given formatter.

impl Clone for RedisFmt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more