pub enum DataType {
String,
List,
Set,
}
Variants§
Trait Implementations§
Source§impl RedisDeserializationProtocol for DataType
impl RedisDeserializationProtocol for DataType
fn deserialization(reply: Reply) -> RedisResult<Self>
impl Copy for DataType
impl StructuralPartialEq for DataType
Auto Trait Implementations§
impl Freeze for DataType
impl RefUnwindSafe for DataType
impl Send for DataType
impl Sync for DataType
impl Unpin for DataType
impl UnwindSafe for DataType
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