Enum ntex_redis::errors::Error [−][src]
Redis protocol errors
Variants
Parse(String)A RESP parsing error occurred
An IO error occurred
Connection is disconnected
Trait Implementations
impl Clone for Error[src]
impl Clone for Error[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl From<Error> for CommandError[src]
impl From<Error> for CommandError[src]fn from(original: Error) -> CommandError[src]
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !RefUnwindSafe for Errorimpl !UnwindSafe for Error
impl !UnwindSafe for ErrorBlanket 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