pub enum RespType {
SimpleString(SimpleString),
Error(Error),
Integer(Integer),
BulkString(BulkString),
Array(Array),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RespType
impl RefUnwindSafe for RespType
impl Send for RespType
impl Sync for RespType
impl Unpin for RespType
impl UnwindSafe for RespType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more