diff --git a/actix_redis/all.html b/actix_redis/all.html index b1f9039f9..a3ceab97e 100644 --- a/actix_redis/all.html +++ b/actix_redis/all.html @@ -3,4 +3,4 @@

[] - List of all items

Structs

Enums

\ No newline at end of file + List of all items

Structs

Enums

\ No newline at end of file diff --git a/actix_redis/enum.Error.html b/actix_redis/enum.Error.html index 3263cfb63..05175f210 100644 --- a/actix_redis/enum.Error.html +++ b/actix_redis/enum.Error.html @@ -1,19 +1,15 @@ actix_redis::Error - Rust -

[][src]Enum actix_redis::Error

pub enum Error {
+

[][src]Enum actix_redis::Error

pub enum Error {
     Redis(Error),
     NotConnected,
     Disconnected,
-    InvalidAddress,
-    ResolveError,
 }

General purpose actix redis error

Variants

Redis(Error)
NotConnected

Receiving message during reconnecting

Disconnected

Cancel all waters when connection get dropped

-
InvalidAddress

Invalid address

-
ResolveError

DNS resolve error

Trait Implementations

impl Debug for Error[src]

impl Display for Error[src]

impl Error for Error[src]

impl From<Error> for Error[src]

impl ResponseError for Error[src]

impl ResponseError for Error[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl From<Error> for Error

impl From<Error> for Error

impl From<Error> for Error[src]

impl<T> From<TrySendError<T>> for Error where
    T: 'static + Send

impl<T> From<TrySendError<T>> for Error where
    T: 'static + Send

Auto Trait Implementations

impl !RefUnwindSafe for Error[src]

impl Send for Error[src]

impl Sync for Error[src]

impl Unpin for Error[src]

impl !UnwindSafe for Error[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

Trait Implementations

impl Clone for RespValue

impl Debug for RespValue

impl Eq for RespValue

impl<'a> From<&'a [u8]> for RespValue

impl<'a> From<&'a String> for RespValue

impl<'a> From<&'a str> for RespValue

impl<'a> From<Arc<str>> for RespValue

impl<'a> From<String> for RespValue

impl<'a> From<Vec<u8, Global>> for RespValue

impl<'a> From<usize> for RespValue

impl Eq for RespValue

impl<'a> From<&'a [u8]> for RespValue

impl<'a> From<&'a String> for RespValue

impl<'a> From<&'a str> for RespValue

impl<'a> From<Arc<str>> for RespValue

impl<'a> From<String> for RespValue

impl<'a> From<Vec<u8, Global>> for RespValue

impl<'a> From<usize> for RespValue

impl FromResp for RespValue

impl PartialEq<RespValue> for RespValue