Enum redismodule::raw::ReplyType [] [src]

pub enum ReplyType {
    Unknown,
    String,
    Error,
    Integer,
    Array,
    Null,
}

Variants

Trait Implementations

impl Debug for ReplyType
[src]

Formats the value using the given formatter.