From 6282c280a41a616aff29d00beaf269373912d553 Mon Sep 17 00:00:00 2001 From: robjtede Date: Sun, 17 Jan 2021 02:49:43 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2081c48?= =?UTF-8?q?930c4c89a2856bfc37ba6feb02040a93d36=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actix_redis/enum.Error.html | 2 +- actix_redis/enum.RespError.html | 4 ++-- actix_redis/enum.RespValue.html | 10 +++++----- actix_redis/struct.RedisActor.html | 2 +- actix_redis/struct.RedisSession.html | 2 +- search-index.js | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/actix_redis/enum.Error.html b/actix_redis/enum.Error.html index b44bbf9b5..5410d90b9 100644 --- a/actix_redis/enum.Error.html +++ b/actix_redis/enum.Error.html @@ -17,7 +17,7 @@

impl From<Error> for Error[src]

impl ResponseError for Error[src]

impl ResponseError for Error[src]

Auto Trait Implementations

impl !RefUnwindSafe for Error

impl Send for Error

impl Sync for Error

impl Unpin for Error

impl !UnwindSafe for Error

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

impl Send for Error

impl Sync for Error

impl Unpin for Error

impl !UnwindSafe for Error

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

impl<'a> From<usize> for RespValue

impl<'a> From<String> for RespValue

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

impl<'a> From<usize> for RespValue

impl FromResp for RespValue

impl PartialEq<RespValue> for RespValue

impl StreamHandler<Result<RespValue, Error>> for RedisActor[src]

impl Supervised for RedisActor[src]

impl WriteHandler<Error> for RedisActor[src]

type Error = S::Error

Errors produced by the service.

type InitError = ()

Errors produced while building a transform service.

type Transform = RedisSessionMiddleware<S>

The TransformService value created by this factory

-

type Future = Ready<Result<Self::Transform, Self::InitError>>

The future response value.

+

type Future = Ready<Result<Self::Transform, Self::InitError>>

The future response value.