pub struct HSetCommand { /* private fields */ }Expand description
The HSET command builder
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 CommandBuilder for HSetCommand
impl CommandBuilder for HSetCommand
Source§fn needs_result(&self) -> bool
fn needs_result(&self) -> bool
Do we need results?
Source§fn box_clone(&self) -> Box<dyn CommandBuilder>
fn box_clone(&self) -> Box<dyn CommandBuilder>
Cloning (for dynamic distribution)
Source§fn command_name(&self) -> &str
fn command_name(&self) -> &str
Command name (for statistics and debugging)
fn cmd_to_string(&self) -> String
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