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