Struct ntex_redis::SimpleClient [−][src]
pub struct SimpleClient { /* fields omitted */ }Redis client
Implementations
impl SimpleClient[src]
impl SimpleClient[src]Auto Trait Implementations
impl !RefUnwindSafe for SimpleClient
impl !RefUnwindSafe for SimpleClientimpl !Send for SimpleClient
impl !Send for SimpleClientimpl !Sync for SimpleClient
impl !Sync for SimpleClientimpl Unpin for SimpleClient
impl Unpin for SimpleClientimpl !UnwindSafe for SimpleClient
impl !UnwindSafe for SimpleClientBlanket 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