Struct ntex_redis::cmd::commands::TtlCommand [−][src]
pub struct TtlCommand(_);
Trait Implementations
impl Command for TtlCommand[src]
impl Command for TtlCommand[src]Auto Trait Implementations
impl RefUnwindSafe for TtlCommand
impl RefUnwindSafe for TtlCommandimpl Send for TtlCommand
impl Send for TtlCommandimpl Sync for TtlCommand
impl Sync for TtlCommandimpl Unpin for TtlCommand
impl Unpin for TtlCommandimpl UnwindSafe for TtlCommand
impl UnwindSafe for TtlCommandBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self