From 10f3d73f224c22e0f188ef88c918224e84caaf3d Mon Sep 17 00:00:00 2001 From: "github-merge-queue[bot]" Date: Mon, 16 Oct 2023 19:09:07 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20actix/ac?= =?UTF-8?q?tix-extras@4bad825456f81e8e621bda912f96a33e80e29832=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actix_cors/all.html | 2 +- actix_cors/enum.CorsError.html | 24 ++++++------- actix_cors/index.html | 2 +- actix_cors/struct.Cors.html | 24 ++++++------- actix_identity/all.html | 2 +- .../config/enum.LogoutBehaviour.html | 24 ++++++------- actix_identity/config/index.html | 2 +- .../struct.IdentityMiddlewareBuilder.html | 24 ++++++------- .../error/enum.GetIdentityError.html | 26 +++++++------- actix_identity/error/index.html | 2 +- actix_identity/error/struct.LoginError.html | 24 ++++++------- .../error/struct.LostIdentityError.html | 24 ++++++------- .../error/struct.MissingIdentityError.html | 26 +++++++------- .../error/struct.SessionExpiryError.html | 24 ++++++------- actix_identity/index.html | 2 +- actix_identity/struct.Identity.html | 24 ++++++------- actix_identity/struct.IdentityMiddleware.html | 24 ++++++------- actix_identity/trait.IdentityExt.html | 4 +-- actix_limitation/all.html | 2 +- .../constant.DEFAULT_COOKIE_NAME.html | 2 +- .../constant.DEFAULT_PERIOD_SECS.html | 2 +- .../constant.DEFAULT_REQUEST_LIMIT.html | 2 +- .../constant.DEFAULT_SESSION_KEY.html | 2 +- actix_limitation/enum.Error.html | 26 +++++++------- actix_limitation/index.html | 2 +- actix_limitation/struct.Builder.html | 24 ++++++------- actix_limitation/struct.Limiter.html | 24 ++++++------- actix_limitation/struct.RateLimiter.html | 24 ++++++------- actix_limitation/struct.Status.html | 24 ++++++------- actix_protobuf/all.html | 2 +- actix_protobuf/enum.ProtoBufPayloadError.html | 26 +++++++------- actix_protobuf/index.html | 2 +- actix_protobuf/struct.ProtoBuf.html | 24 ++++++------- actix_protobuf/struct.ProtoBufConfig.html | 24 ++++++------- actix_protobuf/struct.ProtoBufMessage.html | 26 +++++++------- .../trait.ProtoBufResponseBuilder.html | 2 +- actix_redis/all.html | 2 +- actix_redis/enum.Error.html | 24 ++++++------- actix_redis/enum.RespError.html | 24 ++++++------- actix_redis/enum.RespValue.html | 26 +++++++------- actix_redis/index.html | 2 +- actix_redis/macro.resp_array.html | 2 +- actix_redis/struct.Command.html | 26 +++++++------- actix_redis/struct.RedisActor.html | 30 ++++++++-------- actix_session/all.html | 2 +- .../config/enum.CookieContentSecurity.html | 24 ++++++------- .../config/enum.SessionLifecycle.html | 24 ++++++------- .../config/enum.TtlExtensionPolicy.html | 24 ++++++------- actix_session/config/index.html | 2 +- .../config/struct.BrowserSession.html | 24 ++++++------- .../config/struct.PersistentSession.html | 24 ++++++------- .../struct.SessionMiddlewareBuilder.html | 24 ++++++------- actix_session/enum.SessionStatus.html | 24 ++++++------- actix_session/index.html | 2 +- actix_session/storage/enum.LoadError.html | 26 +++++++------- actix_session/storage/enum.SaveError.html | 24 ++++++------- actix_session/storage/enum.UpdateError.html | 26 +++++++------- actix_session/storage/index.html | 2 +- .../storage/struct.CookieSessionStore.html | 24 ++++++------- .../struct.RedisActorSessionStore.html | 24 ++++++------- .../struct.RedisActorSessionStoreBuilder.html | 24 ++++++------- .../storage/struct.RedisSessionStore.html | 24 ++++++------- .../struct.RedisSessionStoreBuilder.html | 24 ++++++------- actix_session/storage/struct.SessionKey.html | 24 ++++++------- actix_session/storage/trait.SessionStore.html | 2 +- actix_session/struct.Session.html | 24 ++++++------- actix_session/struct.SessionGetError.html | 24 ++++++------- actix_session/struct.SessionInsertError.html | 26 +++++++------- actix_session/struct.SessionMiddleware.html | 24 ++++++------- actix_session/trait.SessionExt.html | 4 +-- actix_settings/all.html | 2 +- actix_settings/enum.Backlog.html | 24 ++++++------- actix_settings/enum.Error.html | 26 +++++++------- actix_settings/enum.KeepAlive.html | 24 ++++++------- actix_settings/enum.MaxConnectionRate.html | 24 ++++++------- actix_settings/enum.MaxConnections.html | 24 ++++++------- actix_settings/enum.Mode.html | 24 ++++++------- actix_settings/enum.NumWorkers.html | 24 ++++++------- actix_settings/enum.Timeout.html | 24 ++++++------- actix_settings/index.html | 2 +- actix_settings/struct.ActixSettings.html | 24 ++++++------- actix_settings/struct.Address.html | 24 ++++++------- actix_settings/struct.BasicSettings.html | 24 ++++++------- actix_settings/struct.NoSettings.html | 24 ++++++------- actix_settings/struct.Tls.html | 24 ++++++------- actix_settings/trait.ApplySettings.html | 2 +- actix_settings/trait.Parse.html | 4 +-- actix_settings/type.Settings.html | 2 +- actix_web_httpauth/all.html | 2 +- .../extractors/basic/index.html | 2 +- .../extractors/basic/struct.BasicAuth.html | 24 ++++++------- .../extractors/basic/struct.Config.html | 24 ++++++------- .../extractors/bearer/enum.Error.html | 36 +++++++++---------- .../extractors/bearer/index.html | 2 +- .../extractors/bearer/struct.BearerAuth.html | 24 ++++++------- .../extractors/bearer/struct.Config.html | 24 ++++++------- actix_web_httpauth/extractors/index.html | 2 +- .../struct.AuthenticationError.html | 26 +++++++------- .../extractors/trait.AuthExtractorConfig.html | 2 +- .../authorization/enum.ParseError.html | 26 +++++++------- .../headers/authorization/index.html | 2 +- .../authorization/struct.Authorization.html | 34 +++++++++--------- .../headers/authorization/struct.Basic.html | 34 +++++++++--------- .../headers/authorization/struct.Bearer.html | 34 +++++++++--------- .../headers/authorization/trait.Scheme.html | 2 +- actix_web_httpauth/headers/index.html | 2 +- .../headers/www_authenticate/basic/index.html | 2 +- .../www_authenticate/basic/struct.Basic.html | 36 +++++++++---------- .../www_authenticate/bearer/enum.Error.html | 36 +++++++++---------- .../www_authenticate/bearer/index.html | 2 +- .../bearer/struct.Bearer.html | 36 +++++++++---------- .../bearer/struct.BearerBuilder.html | 24 ++++++------- .../headers/www_authenticate/index.html | 2 +- .../struct.WwwAuthenticate.html | 34 +++++++++--------- .../www_authenticate/trait.Challenge.html | 2 +- actix_web_httpauth/index.html | 2 +- actix_web_httpauth/middleware/index.html | 2 +- .../middleware/struct.HttpAuthentication.html | 24 ++++++------- help.html | 2 +- .../into_value/trait.TryIntoHeaderValue.js | 2 +- .../actix_http/header/trait.Header.js | 2 +- .../response_error/trait.ResponseError.js | 2 +- .../actix_web/extract/trait.FromRequest.js | 2 +- implementors/core/clone/trait.Clone.js | 8 ++--- implementors/core/cmp/trait.Eq.js | 6 ++-- implementors/core/cmp/trait.Ord.js | 2 +- implementors/core/cmp/trait.PartialEq.js | 6 ++-- implementors/core/cmp/trait.PartialOrd.js | 2 +- implementors/core/convert/trait.AsRef.js | 2 +- implementors/core/convert/trait.From.js | 8 ++--- implementors/core/default/trait.Default.js | 4 +-- implementors/core/error/trait.Error.js | 6 ++-- implementors/core/fmt/trait.Debug.js | 12 +++---- implementors/core/fmt/trait.Display.js | 4 +-- implementors/core/hash/trait.Hash.js | 4 +-- .../core/marker/trait.StructuralEq.js | 6 ++-- .../core/marker/trait.StructuralPartialEq.js | 4 +-- implementors/serde/de/trait.Deserialize.js | 2 +- search-index.js | 14 ++++---- settings.html | 2 +- src/actix_cors/all_or_some.rs.html | 2 +- src/actix_cors/builder.rs.html | 2 +- src/actix_cors/error.rs.html | 2 +- src/actix_cors/inner.rs.html | 2 +- src/actix_cors/lib.rs.html | 2 +- src/actix_cors/middleware.rs.html | 2 +- src/actix_identity/config.rs.html | 2 +- src/actix_identity/error.rs.html | 2 +- src/actix_identity/identity.rs.html | 2 +- src/actix_identity/identity_ext.rs.html | 2 +- src/actix_identity/lib.rs.html | 2 +- src/actix_identity/middleware.rs.html | 2 +- src/actix_limitation/builder.rs.html | 2 +- src/actix_limitation/errors.rs.html | 2 +- src/actix_limitation/lib.rs.html | 2 +- src/actix_limitation/middleware.rs.html | 2 +- src/actix_limitation/status.rs.html | 2 +- src/actix_protobuf/lib.rs.html | 2 +- src/actix_redis/lib.rs.html | 2 +- src/actix_redis/redis.rs.html | 2 +- src/actix_session/config.rs.html | 2 +- src/actix_session/lib.rs.html | 2 +- src/actix_session/middleware.rs.html | 2 +- src/actix_session/session.rs.html | 2 +- src/actix_session/session_ext.rs.html | 2 +- src/actix_session/storage/cookie.rs.html | 2 +- src/actix_session/storage/interface.rs.html | 2 +- src/actix_session/storage/mod.rs.html | 2 +- src/actix_session/storage/redis_actor.rs.html | 2 +- src/actix_session/storage/redis_rs.rs.html | 2 +- src/actix_session/storage/session_key.rs.html | 2 +- src/actix_session/storage/utils.rs.html | 2 +- src/actix_settings/error.rs.html | 2 +- src/actix_settings/lib.rs.html | 2 +- src/actix_settings/parse.rs.html | 2 +- src/actix_settings/settings/address.rs.html | 2 +- src/actix_settings/settings/backlog.rs.html | 2 +- .../settings/keep_alive.rs.html | 2 +- .../settings/max_connection_rate.rs.html | 2 +- .../settings/max_connections.rs.html | 2 +- src/actix_settings/settings/mod.rs.html | 2 +- src/actix_settings/settings/mode.rs.html | 2 +- .../settings/num_workers.rs.html | 2 +- src/actix_settings/settings/timeout.rs.html | 2 +- src/actix_settings/settings/tls.rs.html | 2 +- .../extractors/basic.rs.html | 2 +- .../extractors/bearer.rs.html | 2 +- .../extractors/config.rs.html | 2 +- .../extractors/errors.rs.html | 2 +- src/actix_web_httpauth/extractors/mod.rs.html | 2 +- .../headers/authorization/errors.rs.html | 2 +- .../headers/authorization/header.rs.html | 2 +- .../headers/authorization/mod.rs.html | 2 +- .../authorization/scheme/basic.rs.html | 2 +- .../authorization/scheme/bearer.rs.html | 2 +- .../headers/authorization/scheme/mod.rs.html | 2 +- src/actix_web_httpauth/headers/mod.rs.html | 2 +- .../www_authenticate/challenge/basic.rs.html | 2 +- .../challenge/bearer/builder.rs.html | 2 +- .../challenge/bearer/challenge.rs.html | 2 +- .../challenge/bearer/errors.rs.html | 2 +- .../challenge/bearer/mod.rs.html | 2 +- .../www_authenticate/challenge/mod.rs.html | 2 +- .../headers/www_authenticate/header.rs.html | 2 +- .../headers/www_authenticate/mod.rs.html | 2 +- src/actix_web_httpauth/lib.rs.html | 2 +- src/actix_web_httpauth/middleware.rs.html | 2 +- src/actix_web_httpauth/utils.rs.html | 2 +- 208 files changed, 1114 insertions(+), 1114 deletions(-) diff --git a/actix_cors/all.html b/actix_cors/all.html index 4d0cfccd8..b7e589151 100644 --- a/actix_cors/all.html +++ b/actix_cors/all.html @@ -1 +1 @@ -List of all items in this crate

List of all items

Structs

Enums

\ No newline at end of file +List of all items in this crate

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 647e85479..9518005e1 100644 --- a/actix_cors/enum.CorsError.html +++ b/actix_cors/enum.CorsError.html @@ -1,4 +1,4 @@ -CorsError in actix_cors - Rust

Trait Implementations§

source§

impl Clone for CorsError

source§

fn clone(&self) -> CorsError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for CorsError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for CorsError

source§

fn fmt(&self, _derive_more_display_formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for CorsError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl ResponseError for CorsError

source§

fn status_code(&self) -> StatusCode

Returns appropriate status code for error. Read more
source§

fn error_response(&self) -> HttpResponse

Creates full response for error. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere - T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

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

fn in_current_span(self) -> Instrumented<Self>

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

impl<T, U> Into<U> for Twhere - U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

+ T: ?Sized,
source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

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

impl<T, U> Into<U> for Twhere + U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

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

fn clone_into(&self, target: &mut T)

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

impl<T> ToString for Twhere - T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere - U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for Twhere - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where + T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere + U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere + U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for Twhere + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

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

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

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 098cf4765..31a4bc7ef 100644 --- a/actix_cors/index.html +++ b/actix_cors/index.html @@ -1,4 +1,4 @@ -actix_cors - Rust