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