Struct embedded_redis::commands::hgetall::HashResponse
source · pub struct HashResponse { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HashResponse
impl Send for HashResponse
impl Sync for HashResponse
impl Unpin for HashResponse
impl UnwindSafe for HashResponse
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