pub struct HMSetCommand { /* private fields */ }Expand description
HMSET command - Set multiple hash fields to multiple values
Implementations§
Trait Implementations§
Source§impl Clone for HMSetCommand
impl Clone for HMSetCommand
Source§fn clone(&self) -> HMSetCommand
fn clone(&self) -> HMSetCommand
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 HMSetCommand
impl Command for HMSetCommand
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 HMSetCommand
impl Debug for HMSetCommand
Auto Trait Implementations§
impl Freeze for HMSetCommand
impl RefUnwindSafe for HMSetCommand
impl Send for HMSetCommand
impl Sync for HMSetCommand
impl Unpin for HMSetCommand
impl UnwindSafe for HMSetCommand
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