Enum ntex_redis::cmd::TtlResult [−][src]
pub enum TtlResult {
Seconds(i64),
NoExpire,
NotFound,
}Variants
Seconds(i64)Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TtlResult
impl RefUnwindSafe for TtlResultimpl UnwindSafe for TtlResult
impl UnwindSafe for TtlResultBlanket 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