From 7c623d85df73ff29f4e5a273c8519fc85095cfdc Mon Sep 17 00:00:00 2001 From: robjtede Date: Sun, 15 Nov 2020 22:28:12 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2061778?= =?UTF-8?q?d864e6df052fb90f63d12905de7da6dd4a9=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actix_redis/enum.RespError.html | 2 +- actix_redis/enum.RespValue.html | 10 +++++----- actix_redis/struct.RedisActor.html | 2 +- actix_redis/struct.RedisSession.html | 2 +- search-index.js | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/actix_redis/enum.RespError.html b/actix_redis/enum.RespError.html index 091d73993..d781f834a 100644 --- a/actix_redis/enum.RespError.html +++ b/actix_redis/enum.RespError.html @@ -28,7 +28,7 @@ a proper option.

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<'a> From<&'a str> for RespValue

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

Auto Trait Implementations

Blanket Implementations

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