pub struct HExistsCommand { /* private fields */ }Expand description
HEXISTS command - Determine if a hash field exists
Implementations§
Trait Implementations§
Source§impl Clone for HExistsCommand
impl Clone for HExistsCommand
Source§fn clone(&self) -> HExistsCommand
fn clone(&self) -> HExistsCommand
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 HExistsCommand
impl Command for HExistsCommand
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 HExistsCommand
impl Debug for HExistsCommand
Auto Trait Implementations§
impl Freeze for HExistsCommand
impl RefUnwindSafe for HExistsCommand
impl Send for HExistsCommand
impl Sync for HExistsCommand
impl Unpin for HExistsCommand
impl UnwindSafe for HExistsCommand
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