Enum rdb::types::Type [-] [+] [src]

pub enum Type {
    String,
    List,
    Set,
    SortedSet,
    Hash,
}

Variants

String
List
Set
SortedSet
Hash

Methods

impl Type

fn from_encoding(enc_type: u8) -> Type

Trait Implementations

Derived Implementations

impl PartialEq for Type

fn eq(&self, __arg_0: &Type) -> bool

fn ne(&self, __arg_0: &Type) -> bool

impl Copy for Type

impl Debug for Type

fn fmt(&self, __arg_0: &mut Formatter) -> Result