From 9fcd975f68ea4b1ec349513e6990083c06d213b4 Mon Sep 17 00:00:00 2001 From: robjtede Date: Sat, 3 Oct 2020 00:34:43 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=200f7a1?= =?UTF-8?q?4732391befed47685bd4378b93a05c2e962=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 | 4 +++- actix_redis/enum.RespError.html | 8 +++++--- actix_redis/enum.RespValue.html | 16 +++++++++------- actix_redis/enum.SameSite.html | 4 +++- actix_redis/struct.Command.html | 4 +++- actix_redis/struct.RedisActor.html | 4 +++- actix_redis/struct.RedisSession.html | 4 +++- search-index.js | 2 +- 8 files changed, 30 insertions(+), 16 deletions(-) diff --git a/actix_redis/enum.Error.html b/actix_redis/enum.Error.html index 59bc495ac..584130ec9 100644 --- a/actix_redis/enum.Error.html +++ b/actix_redis/enum.Error.html @@ -1,4 +1,4 @@ -actix_redis::Error - Rust

[][src]Enum actix_redis::Error

pub enum Error {
+actix_redis::Error - Rust

[][src]Enum actix_redis::Error

pub enum Error {
     Redis(Error),
     NotConnected,
     Disconnected,
@@ -16,6 +16,8 @@
 

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, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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]

impl<T> From<T> 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

impl<T> ToString for T where
    T: Display + ?Sized
[src]