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