pub struct DecrCommand { /* private fields */ }Expand description
DECR command builder
Implementations§
Trait Implementations§
Source§impl Command for DecrCommand
impl Command for DecrCommand
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 PipelineCommand for DecrCommand
impl PipelineCommand for DecrCommand
Auto Trait Implementations§
impl Freeze for DecrCommand
impl RefUnwindSafe for DecrCommand
impl Send for DecrCommand
impl Sync for DecrCommand
impl Unpin for DecrCommand
impl UnwindSafe for DecrCommand
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