Struct ntex_redis::cmd::commands::AuthCommand [−][src]
pub struct AuthCommand(_);
Trait Implementations
impl Command for AuthCommand[src]
impl Command for AuthCommand[src]Auto Trait Implementations
impl RefUnwindSafe for AuthCommand
impl RefUnwindSafe for AuthCommandimpl Send for AuthCommand
impl Send for AuthCommandimpl Sync for AuthCommand
impl Sync for AuthCommandimpl Unpin for AuthCommand
impl Unpin for AuthCommandimpl UnwindSafe for AuthCommand
impl UnwindSafe for AuthCommandBlanket 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