diff --git a/actix_redis/all.html b/actix_redis/all.html index a3ceab97e..b1f9039f9 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 20da9e5b2..3263cfb63 100644 --- a/actix_redis/enum.Error.html +++ b/actix_redis/enum.Error.html @@ -1,15 +1,19 @@ 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<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

diff --git a/actix_redis/enum.RespError.html b/actix_redis/enum.RespError.html index d618c71a3..d463a7560 100644 --- a/actix_redis/enum.RespError.html +++ b/actix_redis/enum.RespError.html @@ -34,13 +34,9 @@ a proper option.

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

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

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

diff --git a/actix_redis/enum.RespValue.html b/actix_redis/enum.RespValue.html index 07ec0eee1..f1b2e8ff8 100644 --- a/actix_redis/enum.RespValue.html +++ b/actix_redis/enum.RespValue.html @@ -1,6 +1,6 @@ actix_redis::RespValue - Rust -