Struct embedded_redis::commands::helpers::RespMap
source · pub struct RespMap<'a> { /* private fields */ }
Expand description
Helper for finding & casting map elements
Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for RespMap<'a>
impl<'a> Send for RespMap<'a>
impl<'a> Sync for RespMap<'a>
impl<'a> Unpin for RespMap<'a>
impl<'a> UnwindSafe for RespMap<'a>
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