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