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