From 67e8f0f9c4db0d323d32c77472b84fac1a9eaa5d Mon Sep 17 00:00:00 2001 From: robjtede Date: Fri, 21 Jan 2022 20:49:16 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=204e72e?= =?UTF-8?q?3d8ec66d1be1667c840b28ab35c32ebae46=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actix_cors/all.html | 9 +++-- actix_cors/enum.CorsError.html | 21 ++++++----- actix_cors/index.html | 9 +++-- actix_cors/struct.Cors.html | 21 ++++++----- actix_identity/all.html | 9 +++-- actix_identity/index.html | 9 +++-- .../struct.CookieIdentityPolicy.html | 21 ++++++----- actix_identity/struct.Identity.html | 21 ++++++----- actix_identity/struct.IdentityService.html | 21 ++++++----- actix_identity/trait.IdentityPolicy.html | 9 +++-- actix_identity/trait.RequestIdentity.html | 9 +++-- actix_protobuf/all.html | 9 +++-- actix_protobuf/enum.ProtoBufPayloadError.html | 21 ++++++----- actix_protobuf/index.html | 9 +++-- actix_protobuf/struct.ProtoBuf.html | 21 ++++++----- actix_protobuf/struct.ProtoBufConfig.html | 21 ++++++----- actix_protobuf/struct.ProtoBufMessage.html | 21 ++++++----- .../trait.ProtoBufResponseBuilder.html | 9 +++-- actix_redis/all.html | 9 +++-- actix_redis/enum.Error.html | 21 ++++++----- actix_redis/enum.RespError.html | 25 +++++++------ actix_redis/enum.RespValue.html | 35 ++++++++++--------- actix_redis/enum.SameSite.html | 21 ++++++----- actix_redis/index.html | 9 +++-- actix_redis/struct.Command.html | 21 ++++++----- actix_redis/struct.RedisActor.html | 21 ++++++----- actix_redis/struct.RedisSession.html | 21 ++++++----- actix_session/all.html | 9 +++-- actix_session/enum.SessionStatus.html | 21 ++++++----- actix_session/index.html | 9 +++-- actix_session/struct.CookieSession.html | 21 ++++++----- actix_session/struct.Session.html | 27 +++++++------- actix_session/trait.UserSession.html | 9 +++-- actix_web_httpauth/all.html | 9 +++-- .../extractors/basic/index.html | 7 ++-- .../extractors/basic/struct.BasicAuth.html | 21 ++++++----- .../extractors/basic/struct.Config.html | 21 ++++++----- .../extractors/bearer/enum.Error.html | 21 ++++++----- .../extractors/bearer/index.html | 7 ++-- .../extractors/bearer/struct.BearerAuth.html | 21 ++++++----- .../extractors/bearer/struct.Config.html | 21 ++++++----- actix_web_httpauth/extractors/index.html | 7 ++-- .../struct.AuthenticationError.html | 21 ++++++----- .../extractors/trait.AuthExtractor.html | 9 +++-- .../extractors/trait.AuthExtractorConfig.html | 9 +++-- .../authorization/enum.ParseError.html | 21 ++++++----- .../headers/authorization/index.html | 7 ++-- .../authorization/struct.Authorization.html | 23 ++++++------ .../headers/authorization/struct.Basic.html | 21 ++++++----- .../headers/authorization/struct.Bearer.html | 21 ++++++----- .../headers/authorization/trait.Scheme.html | 9 +++-- actix_web_httpauth/headers/index.html | 7 ++-- .../headers/www_authenticate/basic/index.html | 7 ++-- .../www_authenticate/basic/struct.Basic.html | 21 ++++++----- .../www_authenticate/bearer/enum.Error.html | 21 ++++++----- .../www_authenticate/bearer/index.html | 7 ++-- .../bearer/struct.Bearer.html | 21 ++++++----- .../bearer/struct.BearerBuilder.html | 21 ++++++----- .../headers/www_authenticate/index.html | 7 ++-- .../struct.WwwAuthenticate.html | 21 ++++++----- .../www_authenticate/trait.Challenge.html | 9 +++-- actix_web_httpauth/index.html | 9 +++-- actix_web_httpauth/middleware/index.html | 7 ++-- .../middleware/struct.HttpAuthentication.html | 21 ++++++----- ayu.css | 2 +- dark.css | 2 +- light.css | 2 +- main.js | 2 +- rustdoc.css | 2 +- search-index.js | 6 ++-- settings.html | 7 ++-- source-script.js | 2 +- src/actix_cors/all_or_some.rs.html | 7 ++-- src/actix_cors/builder.rs.html | 7 ++-- src/actix_cors/error.rs.html | 7 ++-- src/actix_cors/inner.rs.html | 7 ++-- src/actix_cors/lib.rs.html | 7 ++-- src/actix_cors/middleware.rs.html | 7 ++-- src/actix_identity/cookie.rs.html | 7 ++-- src/actix_identity/identity.rs.html | 15 ++++---- src/actix_identity/lib.rs.html | 7 ++-- src/actix_identity/middleware.rs.html | 7 ++-- src/actix_protobuf/lib.rs.html | 7 ++-- src/actix_redis/lib.rs.html | 7 ++-- src/actix_redis/redis.rs.html | 7 ++-- src/actix_redis/session.rs.html | 7 ++-- src/actix_session/cookie.rs.html | 7 ++-- src/actix_session/lib.rs.html | 7 ++-- .../extractors/basic.rs.html | 7 ++-- .../extractors/bearer.rs.html | 7 ++-- .../extractors/config.rs.html | 7 ++-- .../extractors/errors.rs.html | 7 ++-- src/actix_web_httpauth/extractors/mod.rs.html | 7 ++-- .../headers/authorization/errors.rs.html | 7 ++-- .../headers/authorization/header.rs.html | 7 ++-- .../headers/authorization/mod.rs.html | 7 ++-- .../authorization/scheme/basic.rs.html | 7 ++-- .../authorization/scheme/bearer.rs.html | 7 ++-- .../headers/authorization/scheme/mod.rs.html | 7 ++-- src/actix_web_httpauth/headers/mod.rs.html | 7 ++-- .../www_authenticate/challenge/basic.rs.html | 7 ++-- .../challenge/bearer/builder.rs.html | 7 ++-- .../challenge/bearer/challenge.rs.html | 7 ++-- .../challenge/bearer/errors.rs.html | 7 ++-- .../challenge/bearer/mod.rs.html | 7 ++-- .../www_authenticate/challenge/mod.rs.html | 7 ++-- .../headers/www_authenticate/header.rs.html | 7 ++-- .../headers/www_authenticate/mod.rs.html | 7 ++-- src/actix_web_httpauth/lib.rs.html | 7 ++-- src/actix_web_httpauth/middleware.rs.html | 7 ++-- src/actix_web_httpauth/utils.rs.html | 7 ++-- 111 files changed, 811 insertions(+), 499 deletions(-) diff --git a/actix_cors/all.html b/actix_cors/all.html index 5f2a1344d..9031d097d 100644 --- a/actix_cors/all.html +++ b/actix_cors/all.html @@ -1,7 +1,10 @@ List of all items in this crate -
logo

List of all items

Structs

Enums

+ Change settings

List of all items

Structs

Enums

\ No newline at end of file diff --git a/actix_cors/enum.CorsError.html b/actix_cors/enum.CorsError.html index 500406e38..f2770007a 100644 --- a/actix_cors/enum.CorsError.html +++ b/actix_cors/enum.CorsError.html @@ -1,7 +1,10 @@ CorsError in actix_cors - Rust -
logo
#[non_exhaustive]
@@ -34,26 +37,26 @@ pub enum CorsError {
 

Returns appropriate status code for error. Read more

Creates full response for error. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

-

Immutably borrows from an owned value. Read more

-

Mutably borrows from an owned value. Read more

-

Performs the conversion.

+

Immutably borrows from an owned value. Read more

+

Mutably borrows from an owned value. Read more

+

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

-

Performs the conversion.

+

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

-

Performs the conversion.

+

Performs the conversion.

The type returned in the event of a conversion error.

-

Performs the conversion.

+

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more

-
+
\ No newline at end of file diff --git a/actix_cors/index.html b/actix_cors/index.html index 4022801f9..bdaa4de0a 100644 --- a/actix_cors/index.html +++ b/actix_cors/index.html @@ -1,7 +1,10 @@ actix_cors - Rust -
logo
Expand description

Cross-Origin Resource Sharing (CORS) controls for Actix Web.

@@ -45,5 +48,5 @@

Builder for CORS middleware.

Enums

Errors that can occur when processing CORS guarded requests.

-
+
\ No newline at end of file diff --git a/actix_cors/struct.Cors.html b/actix_cors/struct.Cors.html index 92878d157..d0d3d9836 100644 --- a/actix_cors/struct.Cors.html +++ b/actix_cors/struct.Cors.html @@ -1,7 +1,10 @@ Cors in actix_cors - Rust -
logo
pub struct Cors { /* private fields */ }
Expand description

Builder for CORS middleware.

@@ -120,22 +123,22 @@ not supported. No max age (will use browser’s default).

The future response value.

Creates and returns a new Transform component, asynchronously

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

-

Immutably borrows from an owned value. Read more

-

Mutably borrows from an owned value. Read more

-

Performs the conversion.

+

Immutably borrows from an owned value. Read more

+

Mutably borrows from an owned value. Read more

+

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

-

Performs the conversion.

+

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

-

Performs the conversion.

+

Performs the conversion.

The type returned in the event of a conversion error.

-

Performs the conversion.

+

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more

-
+
\ No newline at end of file diff --git a/actix_identity/all.html b/actix_identity/all.html index b790c49e2..b57e3688f 100644 --- a/actix_identity/all.html +++ b/actix_identity/all.html @@ -1,5 +1,8 @@ List of all items in this crate -
+ +
\ No newline at end of file diff --git a/actix_identity/index.html b/actix_identity/index.html index 55f43817e..363b85ca5 100644 --- a/actix_identity/index.html +++ b/actix_identity/index.html @@ -1,6 +1,9 @@ actix_identity - Rust -
+
\ No newline at end of file diff --git a/actix_identity/struct.CookieIdentityPolicy.html b/actix_identity/struct.CookieIdentityPolicy.html index 186e3f142..61cba1ce4 100644 --- a/actix_identity/struct.CookieIdentityPolicy.html +++ b/actix_identity/struct.CookieIdentityPolicy.html @@ -1,6 +1,9 @@ CookieIdentityPolicy in actix_identity - Rust -
+
\ No newline at end of file diff --git a/actix_identity/struct.Identity.html b/actix_identity/struct.Identity.html index 62e475e1a..1561ea19c 100644 --- a/actix_identity/struct.Identity.html +++ b/actix_identity/struct.Identity.html @@ -1,6 +1,9 @@ Identity in actix_identity - Rust -
+
\ No newline at end of file diff --git a/actix_identity/struct.IdentityService.html b/actix_identity/struct.IdentityService.html index 4d7298908..820001920 100644 --- a/actix_identity/struct.IdentityService.html +++ b/actix_identity/struct.IdentityService.html @@ -1,6 +1,9 @@ IdentityService in actix_identity - Rust -
+
\ No newline at end of file diff --git a/actix_identity/trait.IdentityPolicy.html b/actix_identity/trait.IdentityPolicy.html index 47fbce520..9339f5384 100644 --- a/actix_identity/trait.IdentityPolicy.html +++ b/actix_identity/trait.IdentityPolicy.html @@ -1,6 +1,9 @@ IdentityPolicy in actix_identity - Rust -
+

Implementors

\ No newline at end of file diff --git a/actix_identity/trait.RequestIdentity.html b/actix_identity/trait.RequestIdentity.html index 88c74e2dd..ce99a191e 100644 --- a/actix_identity/trait.RequestIdentity.html +++ b/actix_identity/trait.RequestIdentity.html @@ -1,11 +1,14 @@ RequestIdentity in actix_identity - Rust -
\ No newline at end of file diff --git a/actix_protobuf/all.html b/actix_protobuf/all.html index 082a07dd8..320f5f6c6 100644 --- a/actix_protobuf/all.html +++ b/actix_protobuf/all.html @@ -1,5 +1,8 @@ List of all items in this crate -
+ +
\ No newline at end of file diff --git a/actix_protobuf/enum.ProtoBufPayloadError.html b/actix_protobuf/enum.ProtoBufPayloadError.html index 02f6dd0ec..f9e7a69c6 100644 --- a/actix_protobuf/enum.ProtoBufPayloadError.html +++ b/actix_protobuf/enum.ProtoBufPayloadError.html @@ -1,6 +1,9 @@ ProtoBufPayloadError in actix_protobuf - Rust -
+
\ No newline at end of file diff --git a/actix_protobuf/index.html b/actix_protobuf/index.html index d632c4490..3febe56c1 100644 --- a/actix_protobuf/index.html +++ b/actix_protobuf/index.html @@ -1,9 +1,12 @@ actix_protobuf - Rust -
\ No newline at end of file diff --git a/actix_protobuf/struct.ProtoBuf.html b/actix_protobuf/struct.ProtoBuf.html index 22fb2c46e..2adf30bc4 100644 --- a/actix_protobuf/struct.ProtoBuf.html +++ b/actix_protobuf/struct.ProtoBuf.html @@ -1,6 +1,9 @@ ProtoBuf in actix_protobuf - Rust -
\ No newline at end of file diff --git a/actix_protobuf/struct.ProtoBufConfig.html b/actix_protobuf/struct.ProtoBufConfig.html index 49b1ee238..e298ae65e 100644 --- a/actix_protobuf/struct.ProtoBufConfig.html +++ b/actix_protobuf/struct.ProtoBufConfig.html @@ -1,26 +1,29 @@ ProtoBufConfig in actix_protobuf - Rust -
\ No newline at end of file diff --git a/actix_protobuf/struct.ProtoBufMessage.html b/actix_protobuf/struct.ProtoBufMessage.html index d8f8a0481..59b31a63a 100644 --- a/actix_protobuf/struct.ProtoBufMessage.html +++ b/actix_protobuf/struct.ProtoBufMessage.html @@ -1,6 +1,9 @@ ProtoBufMessage in actix_protobuf - Rust -
+
\ No newline at end of file diff --git a/actix_protobuf/trait.ProtoBufResponseBuilder.html b/actix_protobuf/trait.ProtoBufResponseBuilder.html index ccc1232c3..bcab9ecbd 100644 --- a/actix_protobuf/trait.ProtoBufResponseBuilder.html +++ b/actix_protobuf/trait.ProtoBufResponseBuilder.html @@ -1,8 +1,11 @@ ProtoBufResponseBuilder in actix_protobuf - Rust -
\ No newline at end of file diff --git a/actix_redis/all.html b/actix_redis/all.html index 4cffb64ee..694af0971 100644 --- a/actix_redis/all.html +++ b/actix_redis/all.html @@ -1,5 +1,8 @@ List of all items in this crate -
+ +
\ No newline at end of file diff --git a/actix_redis/enum.Error.html b/actix_redis/enum.Error.html index c3e3cfdd0..9a46656a9 100644 --- a/actix_redis/enum.Error.html +++ b/actix_redis/enum.Error.html @@ -1,6 +1,9 @@ Error in actix_redis - Rust -
+
\ No newline at end of file diff --git a/actix_redis/enum.RespError.html b/actix_redis/enum.RespError.html index 974cf9c61..b09db2cf1 100644 --- a/actix_redis/enum.RespError.html +++ b/actix_redis/enum.RespError.html @@ -1,6 +1,9 @@ RespError in actix_redis - Rust -
+
\ No newline at end of file diff --git a/actix_redis/enum.RespValue.html b/actix_redis/enum.RespValue.html index 5b7667ee9..e80a9cdb1 100644 --- a/actix_redis/enum.RespValue.html +++ b/actix_redis/enum.RespValue.html @@ -1,6 +1,9 @@ RespValue in actix_redis - Rust -
+
\ No newline at end of file diff --git a/actix_redis/enum.SameSite.html b/actix_redis/enum.SameSite.html index d64079fc2..b1907c2e2 100644 --- a/actix_redis/enum.SameSite.html +++ b/actix_redis/enum.SameSite.html @@ -1,6 +1,9 @@ SameSite in actix_redis - Rust -
+
\ No newline at end of file diff --git a/actix_redis/index.html b/actix_redis/index.html index f3fd1aa26..f61c822c1 100644 --- a/actix_redis/index.html +++ b/actix_redis/index.html @@ -1,6 +1,9 @@ actix_redis - Rust -
\ No newline at end of file diff --git a/actix_redis/struct.Command.html b/actix_redis/struct.Command.html index 91abd603c..69cf4dbf9 100644 --- a/actix_redis/struct.Command.html +++ b/actix_redis/struct.Command.html @@ -1,6 +1,9 @@ Command in actix_redis - Rust -
\ No newline at end of file diff --git a/actix_redis/struct.RedisActor.html b/actix_redis/struct.RedisActor.html index e78ccd030..23265f735 100644 --- a/actix_redis/struct.RedisActor.html +++ b/actix_redis/struct.RedisActor.html @@ -1,6 +1,9 @@ RedisActor in actix_redis - Rust -
+
\ No newline at end of file diff --git a/actix_redis/struct.RedisSession.html b/actix_redis/struct.RedisSession.html index c71a88e1d..236b1e30d 100644 --- a/actix_redis/struct.RedisSession.html +++ b/actix_redis/struct.RedisSession.html @@ -1,6 +1,9 @@ RedisSession in actix_redis - Rust -
+
\ No newline at end of file diff --git a/actix_session/all.html b/actix_session/all.html index fae06b20f..599067fe3 100644 --- a/actix_session/all.html +++ b/actix_session/all.html @@ -1,5 +1,8 @@ List of all items in this crate -

List of all items

Structs

Enums

Traits

+ +

List of all items

Structs

Enums

Traits

\ No newline at end of file diff --git a/actix_session/enum.SessionStatus.html b/actix_session/enum.SessionStatus.html index a79866356..cdbbce760 100644 --- a/actix_session/enum.SessionStatus.html +++ b/actix_session/enum.SessionStatus.html @@ -1,6 +1,9 @@ SessionStatus in actix_session - Rust -
+
\ No newline at end of file diff --git a/actix_session/index.html b/actix_session/index.html index a72204763..44ee6f5da 100644 --- a/actix_session/index.html +++ b/actix_session/index.html @@ -1,6 +1,9 @@ actix_session - Rust -
\ No newline at end of file diff --git a/actix_session/struct.CookieSession.html b/actix_session/struct.CookieSession.html index 34aedf333..3e308b5b1 100644 --- a/actix_session/struct.CookieSession.html +++ b/actix_session/struct.CookieSession.html @@ -1,6 +1,9 @@ CookieSession in actix_session - Rust -
+
\ No newline at end of file diff --git a/actix_session/struct.Session.html b/actix_session/struct.Session.html index be870b596..6efc70b08 100644 --- a/actix_session/struct.Session.html +++ b/actix_session/struct.Session.html @@ -1,6 +1,9 @@ Session in actix_session - Rust -
+
\ No newline at end of file diff --git a/actix_session/trait.UserSession.html b/actix_session/trait.UserSession.html index 9421468c2..3c3d88c38 100644 --- a/actix_session/trait.UserSession.html +++ b/actix_session/trait.UserSession.html @@ -1,10 +1,13 @@ UserSession in actix_session - Rust -
\ No newline at end of file diff --git a/actix_web_httpauth/all.html b/actix_web_httpauth/all.html index fcbdb1514..e3e5dc44f 100644 --- a/actix_web_httpauth/all.html +++ b/actix_web_httpauth/all.html @@ -1,5 +1,8 @@ List of all items in this crate -
+ +
\ No newline at end of file diff --git a/actix_web_httpauth/extractors/basic/index.html b/actix_web_httpauth/extractors/basic/index.html index 95f223c0a..976b0229b 100644 --- a/actix_web_httpauth/extractors/basic/index.html +++ b/actix_web_httpauth/extractors/basic/index.html @@ -1,5 +1,8 @@ actix_web_httpauth::extractors::basic - Rust -