pub struct HGetAllCommand { /* private fields */ }Expand description
HGETALL command - Get all fields and values in a hash
Implementations§
Trait Implementations§
Source§impl Clone for HGetAllCommand
impl Clone for HGetAllCommand
Source§fn clone(&self) -> HGetAllCommand
fn clone(&self) -> HGetAllCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Command for HGetAllCommand
impl Command for HGetAllCommand
Source§fn command_name(&self) -> &str
fn command_name(&self) -> &str
Get the command name
Source§fn parse_response(&self, response: RespValue) -> RedisResult<Self::Output>
fn parse_response(&self, response: RespValue) -> RedisResult<Self::Output>
Parse the response into the output type
Source§impl Debug for HGetAllCommand
impl Debug for HGetAllCommand
Auto Trait Implementations§
impl Freeze for HGetAllCommand
impl RefUnwindSafe for HGetAllCommand
impl Send for HGetAllCommand
impl Sync for HGetAllCommand
impl Unpin for HGetAllCommand
impl UnwindSafe for HGetAllCommand
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