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