diff --git a/actix_redis/enum.RespError.html b/actix_redis/enum.RespError.html index 4efc391a3..8feb48b7a 100644 --- a/actix_redis/enum.RespError.html +++ b/actix_redis/enum.RespError.html @@ -25,9 +25,9 @@ a proper option.

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.

Auto Trait Implementations

impl !RefUnwindSafe for RedisSession

impl !Send for RedisSession

impl !Sync for RedisSession

impl Unpin for RedisSession

impl !UnwindSafe for RedisSession

Blanket Implementations

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