Module td_proto_rust::values [] [src]

Structs

RpError

Represents a redis error. For the most part you should be using the Error trait to interact with this rather than the actual struct.

Enums

ErrorKind

An enum of all error kinds.

Value

Constants

STR_TYPE_AFLOAT
STR_TYPE_AI8
STR_TYPE_AI16
STR_TYPE_AI32
STR_TYPE_AMAP
STR_TYPE_ARAW
STR_TYPE_ASTR
STR_TYPE_AU8
STR_TYPE_AU16
STR_TYPE_AU32
STR_TYPE_FLOAT
STR_TYPE_I8
STR_TYPE_I16
STR_TYPE_I32
STR_TYPE_MAP
STR_TYPE_NIL
STR_TYPE_RAW
STR_TYPE_STR
STR_TYPE_U8
STR_TYPE_U16
STR_TYPE_U32
TYPE_AFLOAT
TYPE_AI8
TYPE_AI16
TYPE_AI32
TYPE_AMAP
TYPE_ARAW
TYPE_ASTR
TYPE_AU8
TYPE_AU16
TYPE_AU32
TYPE_FLOAT
TYPE_I8
TYPE_I16
TYPE_I32
TYPE_MAP
TYPE_NIL
TYPE_RAW
TYPE_STEP
TYPE_STR
TYPE_U8
TYPE_U16
TYPE_U32

Functions

get_array_contains_type
get_name_by_type
get_type_by_name
get_type_by_value
make_extension_error

Type Definitions

RpResult

Library generic result type.