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