Enum resp_protocol::RespType [−][src]
pub enum RespType {
SimpleString(SimpleString),
Error(Error),
Integer(Integer),
BulkString(BulkString),
Array(Array),
}Variants
SimpleString(SimpleString)
Tuple Fields
0: SimpleStringError(Error)
Tuple Fields
0: ErrorInteger(Integer)
Tuple Fields
0: IntegerBulkString(BulkString)
Tuple Fields
0: BulkStringArray(Array)
Tuple Fields
0: ArrayTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RespType
impl UnwindSafe for RespType
Blanket Implementations
Mutably borrows from an owned value. Read more
