From dfb4198ce42a24aed62e4453178b5b40816fe771 Mon Sep 17 00:00:00 2001 From: robjtede Date: Sun, 21 Mar 2021 09:40:58 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=205a72d?= =?UTF-8?q?d33d51f1045ea9896841c3e746d53934c61=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actix_redis/all.html | 2 +- actix_redis/enum.Error.html | 12 ++++---- actix_redis/enum.RespError.html | 2 +- actix_redis/enum.RespValue.html | 10 +++--- actix_redis/index.html | 12 ++------ actix_redis/struct.RedisSession.html | 33 +++++++++++--------- search-index.js | 2 +- src/actix_redis/lib.rs.html | 16 +--------- src/actix_redis/session.rs.html | 46 +++++++++++++++++++--------- 9 files changed, 66 insertions(+), 69 deletions(-) diff --git a/actix_redis/all.html b/actix_redis/all.html index 9b6e77a87..a3ceab97e 100644 --- a/actix_redis/all.html +++ b/actix_redis/all.html @@ -1,6 +1,6 @@ List of all items in this crate -

[][src]Enum actix_redis::Error

pub enum Error {
     Redis(Error),
     NotConnected,
     Disconnected,
@@ -10,14 +10,14 @@
                    Variants
 
Redis(Error)
NotConnected

Receiving message during reconnecting

Disconnected

Cancel all waters when connection get dropped

-

Trait Implementations

impl Debug for Error[src]

impl Display for Error[src]

impl Error for Error[src]

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 From<Error> 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[src]

impl From<Error> for Error[src]

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

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]

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 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<String> for RespValue

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

impl<'a> From<usize> 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