Struct embedded_redis::commands::ResponseTypeError
source · pub struct ResponseTypeError {}
Expand description
Error in case Redis response type does not match specification
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ResponseTypeError
impl Send for ResponseTypeError
impl Sync for ResponseTypeError
impl Unpin for ResponseTypeError
impl UnwindSafe for ResponseTypeError
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