pub struct HSetCommand { /* private fields */ }Expand description
HSET command - Set the value of a hash field
Implementations§
Trait Implementations§
Source§impl Clone for HSetCommand
impl Clone for HSetCommand
Source§fn clone(&self) -> HSetCommand
fn clone(&self) -> HSetCommand
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 HSetCommand
impl Command for HSetCommand
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 HSetCommand
impl Debug for HSetCommand
Source§impl PipelineCommand for HSetCommand
impl PipelineCommand for HSetCommand
Auto Trait Implementations§
impl Freeze for HSetCommand
impl RefUnwindSafe for HSetCommand
impl Send for HSetCommand
impl Sync for HSetCommand
impl Unpin for HSetCommand
impl UnwindSafe for HSetCommand
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