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