Crate actix_identity
source · [−]Expand description
Expand description
Identity management for Actix Web.
actix-identity
can be used to track identity of a user across multiple requests. It is built
on top of HTTP sessions, via actix-session
.
Getting started
diff --git a/actix_redis/enum.Error.html b/actix_redis/enum.Error.html index c3032fe0b..fa1796bdc 100644 --- a/actix_redis/enum.Error.html +++ b/actix_redis/enum.Error.html @@ -5,21 +5,21 @@Error
Enum actix_redis::Error
source · [−]pub enum Error {
+ Enum actix_redis::Error
source · [−]
pub enum Error {
Redis(Error),
NotConnected,
Disconnected,
}
Expand description
General purpose actix-redis
error.
Variants
Redis(Error)
NotConnected
Receiving message during reconnecting
Disconnected
Cancel all waters when connection get dropped
-Trait Implementations
sourceimpl Error for Error
impl Error for Error
sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
+Trait Implementations
sourceimpl Error for Error
impl Error for Error
sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
backtrace
)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()
sourceimpl ResponseError for Error
impl ResponseError for Error
fn status_code(&self) -> StatusCode
fn status_code(&self) -> StatusCode
Returns appropriate status code for error. Read more
+sourceimpl ResponseError for Error
impl ResponseError for Error
fn status_code(&self) -> StatusCode
fn status_code(&self) -> StatusCode
Returns appropriate status code for error. Read more
fn error_response(&self) -> HttpResponse<BoxBody>
fn error_response(&self) -> HttpResponse<BoxBody>
Creates full response for error. Read more
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
sourceimpl<T> Borrow<T> for T where
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow(&self) -> &T
fn borrow(&self) -> &T
Immutably borrows from an owned value. Read more
diff --git a/actix_redis/enum.RespError.html b/actix_redis/enum.RespError.html index 081f7f92a..74e1ad5a3 100644 --- a/actix_redis/enum.RespError.html +++ b/actix_redis/enum.RespError.html @@ -30,7 +30,7 @@ a proper option.1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()
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
sourceimpl<T> Borrow<T> for T where
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow(&self) -> &T
fn borrow(&self) -> &T
Immutably borrows from an owned value. Read more
diff --git a/actix_redis/enum.RespValue.html b/actix_redis/enum.RespValue.html index aef6d7842..62bcbd574 100644 --- a/actix_redis/enum.RespValue.html +++ b/actix_redis/enum.RespValue.html @@ -29,13 +29,13 @@ arguments, e.g. RPUSH