Enum actix_settings::Backlog
source · [−]pub enum Backlog {
+Backlog in actix_settings - Rust Enum actix_settings::Backlog
source · [−]pub enum Backlog {
Default,
Manual(usize),
-}
Variants
Default
Manual(usize)
Trait Implementations
sourceimpl Clone for Backlog
sourcefn clone(&self) -> Backlog
Returns a copy of the value. Read more
+}Variants
Default
Manual(usize)
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Backlog
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-sourceimpl<'de> Deserialize<'de> for Backlog
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+sourceimpl Eq for Backlog
sourceimpl StructuralEq for Backlog
sourceimpl StructuralPartialEq for Backlog
Auto Trait Implementations
impl RefUnwindSafe for Backlog
impl Send for Backlog
impl Sync for Backlog
impl Unpin for Backlog
impl UnwindSafe for Backlog
Blanket Implementations
sourceimpl Eq for Backlog
sourceimpl StructuralEq for Backlog
sourceimpl StructuralPartialEq for Backlog
Auto Trait Implementations
impl RefUnwindSafe for Backlog
impl Send for Backlog
impl Sync for Backlog
impl Unpin for Backlog
impl UnwindSafe for Backlog
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.
diff --git a/actix_settings/enum.KeepAlive.html b/actix_settings/enum.KeepAlive.html
index 32976e840..8bb46516f 100644
--- a/actix_settings/enum.KeepAlive.html
+++ b/actix_settings/enum.KeepAlive.html
@@ -1,18 +1,18 @@
-KeepAlive in actix_settings - Rust Enum actix_settings::KeepAlive
source · [−]pub enum KeepAlive {
+KeepAlive in actix_settings - Rust Enum actix_settings::KeepAlive
source · [−]pub enum KeepAlive {
Default,
Disabled,
Os,
Seconds(usize),
-}
Variants
Default
Disabled
Os
Seconds(usize)
Trait Implementations
sourceimpl Clone for KeepAlive
sourcefn clone(&self) -> KeepAlive
Returns a copy of the value. Read more
+}Variants
Default
Disabled
Os
Seconds(usize)
Trait Implementations
sourceimpl<'de> Deserialize<'de> for KeepAlive
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-sourceimpl<'de> Deserialize<'de> for KeepAlive
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+sourceimpl Eq for KeepAlive
sourceimpl StructuralEq for KeepAlive
sourceimpl StructuralPartialEq for KeepAlive
Auto Trait Implementations
impl RefUnwindSafe for KeepAlive
impl Send for KeepAlive
impl Sync for KeepAlive
impl Unpin for KeepAlive
impl UnwindSafe for KeepAlive
Blanket Implementations
sourceimpl Eq for KeepAlive
sourceimpl StructuralEq for KeepAlive
sourceimpl StructuralPartialEq for KeepAlive
Auto Trait Implementations
impl RefUnwindSafe for KeepAlive
impl Send for KeepAlive
impl Sync for KeepAlive
impl Unpin for KeepAlive
impl UnwindSafe for KeepAlive
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.
diff --git a/actix_settings/enum.MaxConnectionRate.html b/actix_settings/enum.MaxConnectionRate.html
index 382996574..b5a3807a6 100644
--- a/actix_settings/enum.MaxConnectionRate.html
+++ b/actix_settings/enum.MaxConnectionRate.html
@@ -1,16 +1,16 @@
-MaxConnectionRate in actix_settings - Rust Enum actix_settings::MaxConnectionRate
source · [−]pub enum MaxConnectionRate {
+MaxConnectionRate in actix_settings - Rust Enum actix_settings::MaxConnectionRate
source · [−]pub enum MaxConnectionRate {
Default,
Manual(usize),
-}
Variants
Default
Manual(usize)
Trait Implementations
sourceimpl Clone for MaxConnectionRate
sourcefn clone(&self) -> MaxConnectionRate
Returns a copy of the value. Read more
+}Variants
Default
Manual(usize)
Trait Implementations
sourceimpl Clone for MaxConnectionRate
sourcefn clone(&self) -> MaxConnectionRate
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
-sourceimpl Debug for MaxConnectionRate
sourceimpl<'de> Deserialize<'de> for MaxConnectionRate
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-sourceimpl Hash for MaxConnectionRate
sourceimpl Debug for MaxConnectionRate
sourceimpl<'de> Deserialize<'de> for MaxConnectionRate
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+sourceimpl Hash for MaxConnectionRate
sourceimpl PartialEq<MaxConnectionRate> for MaxConnectionRate
sourcefn eq(&self, other: &MaxConnectionRate) -> bool
This method tests for self
and other
values to be equal, and is used
+
sourceimpl PartialEq<MaxConnectionRate> for MaxConnectionRate
sourcefn eq(&self, other: &MaxConnectionRate) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
-sourcefn ne(&self, other: &MaxConnectionRate) -> bool
This method tests for !=
.
-sourceimpl Eq for MaxConnectionRate
sourceimpl StructuralEq for MaxConnectionRate
sourceimpl StructuralPartialEq for MaxConnectionRate
Auto Trait Implementations
impl RefUnwindSafe for MaxConnectionRate
impl Send for MaxConnectionRate
impl Sync for MaxConnectionRate
impl Unpin for MaxConnectionRate
impl UnwindSafe for MaxConnectionRate
Blanket Implementations
sourceimpl Eq for MaxConnectionRate
sourceimpl StructuralEq for MaxConnectionRate
sourceimpl StructuralPartialEq for MaxConnectionRate
Auto Trait Implementations
impl RefUnwindSafe for MaxConnectionRate
impl Send for MaxConnectionRate
impl Sync for MaxConnectionRate
impl Unpin for MaxConnectionRate
impl UnwindSafe for MaxConnectionRate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.
diff --git a/actix_settings/enum.MaxConnections.html b/actix_settings/enum.MaxConnections.html
index e1edbda82..8c64c194f 100644
--- a/actix_settings/enum.MaxConnections.html
+++ b/actix_settings/enum.MaxConnections.html
@@ -1,16 +1,16 @@
-MaxConnections in actix_settings - Rust Enum actix_settings::MaxConnections
source · [−]pub enum MaxConnections {
+MaxConnections in actix_settings - Rust Enum actix_settings::MaxConnections
source · [−]pub enum MaxConnections {
Default,
Manual(usize),
-}
Variants
Default
Manual(usize)
Trait Implementations
sourceimpl Clone for MaxConnections
sourcefn clone(&self) -> MaxConnections
Returns a copy of the value. Read more
+}Variants
Default
Manual(usize)
Trait Implementations
sourceimpl Clone for MaxConnections
sourcefn clone(&self) -> MaxConnections
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
-sourceimpl Debug for MaxConnections
sourceimpl<'de> Deserialize<'de> for MaxConnections
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-sourceimpl Hash for MaxConnections
sourceimpl Debug for MaxConnections
sourceimpl<'de> Deserialize<'de> for MaxConnections
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+sourceimpl Hash for MaxConnections
sourceimpl PartialEq<MaxConnections> for MaxConnections
sourcefn eq(&self, other: &MaxConnections) -> bool
This method tests for self
and other
values to be equal, and is used
+
sourceimpl PartialEq<MaxConnections> for MaxConnections
sourcefn eq(&self, other: &MaxConnections) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
-sourcefn ne(&self, other: &MaxConnections) -> bool
This method tests for !=
.
-sourceimpl Eq for MaxConnections
sourceimpl StructuralEq for MaxConnections
sourceimpl StructuralPartialEq for MaxConnections
Auto Trait Implementations
impl RefUnwindSafe for MaxConnections
impl Send for MaxConnections
impl Sync for MaxConnections
impl Unpin for MaxConnections
impl UnwindSafe for MaxConnections
Blanket Implementations
sourceimpl Eq for MaxConnections
sourceimpl StructuralEq for MaxConnections
sourceimpl StructuralPartialEq for MaxConnections
Auto Trait Implementations
impl RefUnwindSafe for MaxConnections
impl Send for MaxConnections
impl Sync for MaxConnections
impl Unpin for MaxConnections
impl UnwindSafe for MaxConnections
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.
diff --git a/actix_settings/enum.Mode.html b/actix_settings/enum.Mode.html
index 949a4130c..ec6a72776 100644
--- a/actix_settings/enum.Mode.html
+++ b/actix_settings/enum.Mode.html
@@ -1,16 +1,16 @@
-Mode in actix_settings - Rust Enum actix_settings::Mode
source · [−]pub enum Mode {
+Mode in actix_settings - Rust Enum actix_settings::Mode
source · [−]pub enum Mode {
Development,
Production,
-}
Variants
Development
Production
Trait Implementations
sourceimpl Clone for Mode
sourcefn clone(&self) -> Mode
Returns a copy of the value. Read more
+}Expand description
Variants
Development
Production
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Mode
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-sourceimpl<'de> Deserialize<'de> for Mode
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+sourceimpl Eq for Mode
sourceimpl StructuralEq for Mode
sourceimpl StructuralPartialEq for Mode
Auto Trait Implementations
impl RefUnwindSafe for Mode
impl Send for Mode
impl Sync for Mode
impl Unpin for Mode
impl UnwindSafe for Mode
Blanket Implementations
sourceimpl Eq for Mode
sourceimpl StructuralEq for Mode
sourceimpl StructuralPartialEq for Mode
Auto Trait Implementations
impl RefUnwindSafe for Mode
impl Send for Mode
impl Sync for Mode
impl Unpin for Mode
impl UnwindSafe for Mode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.
diff --git a/actix_settings/enum.NumWorkers.html b/actix_settings/enum.NumWorkers.html
index 87e0280a9..db99b6482 100644
--- a/actix_settings/enum.NumWorkers.html
+++ b/actix_settings/enum.NumWorkers.html
@@ -1,16 +1,16 @@
-NumWorkers in actix_settings - Rust Enum actix_settings::NumWorkers
source · [−]pub enum NumWorkers {
+NumWorkers in actix_settings - Rust Enum actix_settings::NumWorkers
source · [−]pub enum NumWorkers {
Default,
Manual(usize),
-}
Variants
Default
Manual(usize)
Trait Implementations
sourceimpl Clone for NumWorkers
sourcefn clone(&self) -> NumWorkers
Returns a copy of the value. Read more
+}Variants
Default
Manual(usize)
Trait Implementations
sourceimpl Clone for NumWorkers
sourcefn clone(&self) -> NumWorkers
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
-sourceimpl Debug for NumWorkers
sourceimpl<'de> Deserialize<'de> for NumWorkers
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-sourceimpl Hash for NumWorkers
sourceimpl Debug for NumWorkers
sourceimpl<'de> Deserialize<'de> for NumWorkers
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+sourceimpl Hash for NumWorkers
sourceimpl PartialEq<NumWorkers> for NumWorkers
sourcefn eq(&self, other: &NumWorkers) -> bool
This method tests for self
and other
values to be equal, and is used
+
sourceimpl PartialEq<NumWorkers> for NumWorkers
sourcefn eq(&self, other: &NumWorkers) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
-sourcefn ne(&self, other: &NumWorkers) -> bool
This method tests for !=
.
-sourceimpl Eq for NumWorkers
sourceimpl StructuralEq for NumWorkers
sourceimpl StructuralPartialEq for NumWorkers
Auto Trait Implementations
impl RefUnwindSafe for NumWorkers
impl Send for NumWorkers
impl Sync for NumWorkers
impl Unpin for NumWorkers
impl UnwindSafe for NumWorkers
Blanket Implementations
sourceimpl Eq for NumWorkers
sourceimpl StructuralEq for NumWorkers
sourceimpl StructuralPartialEq for NumWorkers
Auto Trait Implementations
impl RefUnwindSafe for NumWorkers
impl Send for NumWorkers
impl Sync for NumWorkers
impl Unpin for NumWorkers
impl UnwindSafe for NumWorkers
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.
diff --git a/actix_settings/enum.Timeout.html b/actix_settings/enum.Timeout.html
index a9a69d1c6..bd215be4c 100644
--- a/actix_settings/enum.Timeout.html
+++ b/actix_settings/enum.Timeout.html
@@ -1,17 +1,17 @@
-Timeout in actix_settings - Rust Enum actix_settings::Timeout
source · [−]pub enum Timeout {
+Timeout in actix_settings - Rust Enum actix_settings::Timeout
source · [−]Variants
Default
Milliseconds(usize)
Seconds(usize)
Trait Implementations
sourceimpl Clone for Timeout
sourcefn clone(&self) -> Timeout
Returns a copy of the value. Read more
+}Variants
Default
Milliseconds(usize)
Seconds(usize)
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Timeout
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-sourceimpl<'de> Deserialize<'de> for Timeout
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+sourceimpl Eq for Timeout
sourceimpl StructuralEq for Timeout
sourceimpl StructuralPartialEq for Timeout
Auto Trait Implementations
impl RefUnwindSafe for Timeout
impl Send for Timeout
impl Sync for Timeout
impl Unpin for Timeout
impl UnwindSafe for Timeout
Blanket Implementations
sourceimpl Eq for Timeout
sourceimpl StructuralEq for Timeout
sourceimpl StructuralPartialEq for Timeout
Auto Trait Implementations
impl RefUnwindSafe for Timeout
impl Send for Timeout
impl Sync for Timeout
impl Unpin for Timeout
impl UnwindSafe for Timeout
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.
diff --git a/actix_settings/index.html b/actix_settings/index.html
index 4f781d66d..2bf3849dc 100644
--- a/actix_settings/index.html
+++ b/actix_settings/index.html
@@ -1,3 +1,3 @@
-actix_settings - Rust Crate actix_settings
source · [−]Expand description
Easily manage Actix Web’s settings from a TOML file and environment variables.
+actix_settings - Rust Crate actix_settings
source · [−]Expand description
Easily manage Actix Web’s settings from a TOML file and environment variables.
Structs
Enums
Traits
Type Definitions
\ No newline at end of file
diff --git a/actix_settings/core/trait.Parse.html b/actix_settings/parse/trait.Parse.html
similarity index 100%
rename from actix_settings/core/trait.Parse.html
rename to actix_settings/parse/trait.Parse.html
diff --git a/actix_settings/actix/address/struct.Address.html b/actix_settings/settings/address/struct.Address.html
similarity index 100%
rename from actix_settings/actix/address/struct.Address.html
rename to actix_settings/settings/address/struct.Address.html
diff --git a/actix_settings/actix/backlog/enum.Backlog.html b/actix_settings/settings/backlog/enum.Backlog.html
similarity index 100%
rename from actix_settings/actix/backlog/enum.Backlog.html
rename to actix_settings/settings/backlog/enum.Backlog.html
diff --git a/actix_settings/actix/keep_alive/enum.KeepAlive.html b/actix_settings/settings/keep_alive/enum.KeepAlive.html
similarity index 100%
rename from actix_settings/actix/keep_alive/enum.KeepAlive.html
rename to actix_settings/settings/keep_alive/enum.KeepAlive.html
diff --git a/actix_settings/actix/max_connection_rate/enum.MaxConnectionRate.html b/actix_settings/settings/max_connection_rate/enum.MaxConnectionRate.html
similarity index 100%
rename from actix_settings/actix/max_connection_rate/enum.MaxConnectionRate.html
rename to actix_settings/settings/max_connection_rate/enum.MaxConnectionRate.html
diff --git a/actix_settings/actix/max_connections/enum.MaxConnections.html b/actix_settings/settings/max_connections/enum.MaxConnections.html
similarity index 100%
rename from actix_settings/actix/max_connections/enum.MaxConnections.html
rename to actix_settings/settings/max_connections/enum.MaxConnections.html
diff --git a/actix_settings/actix/mode/enum.Mode.html b/actix_settings/settings/mode/enum.Mode.html
similarity index 100%
rename from actix_settings/actix/mode/enum.Mode.html
rename to actix_settings/settings/mode/enum.Mode.html
diff --git a/actix_settings/actix/num_workers/enum.NumWorkers.html b/actix_settings/settings/num_workers/enum.NumWorkers.html
similarity index 100%
rename from actix_settings/actix/num_workers/enum.NumWorkers.html
rename to actix_settings/settings/num_workers/enum.NumWorkers.html
diff --git a/actix_settings/actix/struct.ActixSettings.html b/actix_settings/settings/struct.ActixSettings.html
similarity index 100%
rename from actix_settings/actix/struct.ActixSettings.html
rename to actix_settings/settings/struct.ActixSettings.html
diff --git a/actix_settings/actix/timeout/enum.Timeout.html b/actix_settings/settings/timeout/enum.Timeout.html
similarity index 100%
rename from actix_settings/actix/timeout/enum.Timeout.html
rename to actix_settings/settings/timeout/enum.Timeout.html
diff --git a/actix_settings/actix/tls/struct.Tls.html b/actix_settings/settings/tls/struct.Tls.html
similarity index 100%
rename from actix_settings/actix/tls/struct.Tls.html
rename to actix_settings/settings/tls/struct.Tls.html
diff --git a/actix_settings/struct.ActixSettings.html b/actix_settings/struct.ActixSettings.html
index 626c2fdd9..4a32801e9 100644
--- a/actix_settings/struct.ActixSettings.html
+++ b/actix_settings/struct.ActixSettings.html
@@ -1,4 +1,4 @@
-ActixSettings in actix_settings - Rust Struct actix_settings::ActixSettings
source · [−]pub struct ActixSettings {Show 13 fields
+ActixSettings in actix_settings - Rust Struct actix_settings::ActixSettings
source · [−]pub struct ActixSettings {}
Expand description
Settings types for Actix Web.
-Fields
hosts: Vec<Address>
mode: Mode
enable_compression: bool
enable_log: bool
num_workers: NumWorkers
backlog: Backlog
max_connections: MaxConnections
max_connection_rate: MaxConnectionRate
keep_alive: KeepAlive
client_timeout: Timeout
client_shutdown: Timeout
shutdown_timeout: Timeout
tls: Tls
Trait Implementations
sourceimpl Clone for ActixSettings
sourcefn clone(&self) -> ActixSettings
Returns a copy of the value. Read more
+Fields
hosts: Vec<Address>
mode: Mode
enable_compression: bool
enable_log: bool
num_workers: NumWorkers
backlog: Backlog
max_connections: MaxConnections
max_connection_rate: MaxConnectionRate
keep_alive: KeepAlive
client_timeout: Timeout
client_shutdown: Timeout
shutdown_timeout: Timeout
tls: Tls
Trait Implementations
sourceimpl Clone for ActixSettings
sourcefn clone(&self) -> ActixSettings
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
-sourceimpl Debug for ActixSettings
sourceimpl<'de> Deserialize<'de> for ActixSettings
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-sourceimpl Hash for ActixSettings
sourceimpl Debug for ActixSettings
sourceimpl<'de> Deserialize<'de> for ActixSettings
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+sourceimpl Hash for ActixSettings
sourceimpl PartialEq<ActixSettings> for ActixSettings
sourcefn eq(&self, other: &ActixSettings) -> bool
This method tests for self
and other
values to be equal, and is used
+
sourceimpl PartialEq<ActixSettings> for ActixSettings
sourcefn eq(&self, other: &ActixSettings) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
-sourcefn ne(&self, other: &ActixSettings) -> bool
This method tests for !=
.
-sourceimpl Eq for ActixSettings
sourceimpl StructuralEq for ActixSettings
sourceimpl StructuralPartialEq for ActixSettings
Auto Trait Implementations
impl RefUnwindSafe for ActixSettings
impl Send for ActixSettings
impl Sync for ActixSettings
impl Unpin for ActixSettings
impl UnwindSafe for ActixSettings
Blanket Implementations
sourceimpl Eq for ActixSettings
sourceimpl StructuralEq for ActixSettings
sourceimpl StructuralPartialEq for ActixSettings
Auto Trait Implementations
impl RefUnwindSafe for ActixSettings
impl Send for ActixSettings
impl Sync for ActixSettings
impl Unpin for ActixSettings
impl UnwindSafe for ActixSettings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.
diff --git a/actix_settings/struct.Address.html b/actix_settings/struct.Address.html
index 3ced136b9..1e71d8221 100644
--- a/actix_settings/struct.Address.html
+++ b/actix_settings/struct.Address.html
@@ -1,16 +1,16 @@
-Address in actix_settings - Rust Struct actix_settings::Address
source · [−]pub struct Address {
+Address in actix_settings - Rust Struct actix_settings::Address
source · [−]Fields
host: String
port: u16
Trait Implementations
sourceimpl Clone for Address
sourcefn clone(&self) -> Address
Returns a copy of the value. Read more
+}Fields
host: String
port: u16
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Address
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-sourceimpl<'de> Deserialize<'de> for Address
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+sourceimpl Eq for Address
sourceimpl StructuralEq for Address
sourceimpl StructuralPartialEq for Address
Auto Trait Implementations
impl RefUnwindSafe for Address
impl Send for Address
impl Sync for Address
impl Unpin for Address
impl UnwindSafe for Address
Blanket Implementations
sourceimpl Eq for Address
sourceimpl StructuralEq for Address
sourceimpl StructuralPartialEq for Address
Auto Trait Implementations
impl RefUnwindSafe for Address
impl Send for Address
impl Sync for Address
impl Unpin for Address
impl UnwindSafe for Address
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.
diff --git a/actix_settings/struct.Tls.html b/actix_settings/struct.Tls.html
index ff2e60841..a74177cd4 100644
--- a/actix_settings/struct.Tls.html
+++ b/actix_settings/struct.Tls.html
@@ -1,17 +1,17 @@
-Tls in actix_settings - Rust Struct actix_settings::Tls
source · [−]pub struct Tls {
+Tls in actix_settings - Rust Struct actix_settings::Tls
source · [−]Fields
enabled: bool
certificate: PathBuf
private_key: PathBuf
Trait Implementations
sourceimpl Clone for Tls
sourcefn clone(&self) -> Tls
Returns a copy of the value. Read more
+}Fields
enabled: bool
certificate: PathBuf
private_key: PathBuf
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Tls
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
-sourceimpl<'de> Deserialize<'de> for Tls
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
+sourceimpl Eq for Tls
sourceimpl StructuralEq for Tls
sourceimpl StructuralPartialEq for Tls
Auto Trait Implementations
impl RefUnwindSafe for Tls
impl Send for Tls
impl Sync for Tls
impl Unpin for Tls
impl UnwindSafe for Tls
Blanket Implementations
sourceimpl Eq for Tls
sourceimpl StructuralEq for Tls
sourceimpl StructuralPartialEq for Tls
Auto Trait Implementations
impl RefUnwindSafe for Tls
impl Send for Tls
impl Sync for Tls
impl Unpin for Tls
impl UnwindSafe for Tls
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.
diff --git a/actix_settings/trait.Parse.html b/actix_settings/trait.Parse.html
index 66f2b684a..943d0ec4a 100644
--- a/actix_settings/trait.Parse.html
+++ b/actix_settings/trait.Parse.html
@@ -1,3 +1,3 @@
-Parse in actix_settings - Rust Trait actix_settings::Parse
source · [−]pub trait Parse: Sized {
+Parse in actix_settings - Rust Trait actix_settings::Parse
source · [−]Required Methods
Implementations on Foreign Types
Implementors
\ No newline at end of file
+}
Required Methods
Implementations on Foreign Types
Implementors
\ No newline at end of file
diff --git a/implementors/actix_settings/core/trait.Parse.js b/implementors/actix_settings/parse/trait.Parse.js
similarity index 100%
rename from implementors/actix_settings/core/trait.Parse.js
rename to implementors/actix_settings/parse/trait.Parse.js
diff --git a/implementors/core/clone/trait.Clone.js b/implementors/core/clone/trait.Clone.js
index 053e8dcdc..f4084d21f 100644
--- a/implementors/core/clone/trait.Clone.js
+++ b/implementors/core/clone/trait.Clone.js
@@ -3,6 +3,6 @@ implementors["actix_cors"] = [{"text":"impl Clone for LogoutBehaviour","synthetic":false,"types":["actix_identity::config::LogoutBehaviour"]},{"text":"impl Clone for IdentityMiddlewareBuilder","synthetic":false,"types":["actix_identity::config::IdentityMiddlewareBuilder"]},{"text":"impl Clone for IdentityMiddleware","synthetic":false,"types":["actix_identity::middleware::IdentityMiddleware"]}];
implementors["actix_limitation"] = [{"text":"impl Clone for Status","synthetic":false,"types":["actix_limitation::status::Status"]},{"text":"impl Clone for Limiter","synthetic":false,"types":["actix_limitation::Limiter"]}];
implementors["actix_session"] = [{"text":"impl Clone for SessionLifecycle","synthetic":false,"types":["actix_session::config::SessionLifecycle"]},{"text":"impl Clone for BrowserSession","synthetic":false,"types":["actix_session::config::BrowserSession"]},{"text":"impl Clone for PersistentSession","synthetic":false,"types":["actix_session::config::PersistentSession"]},{"text":"impl Clone for TtlExtensionPolicy","synthetic":false,"types":["actix_session::config::TtlExtensionPolicy"]},{"text":"impl Clone for CookieContentSecurity","synthetic":false,"types":["actix_session::config::CookieContentSecurity"]},{"text":"impl<Store: Clone + SessionStore> Clone for SessionMiddleware<Store>","synthetic":false,"types":["actix_session::middleware::SessionMiddleware"]},{"text":"impl Clone for Session","synthetic":false,"types":["actix_session::session::Session"]},{"text":"impl Clone for SessionStatus","synthetic":false,"types":["actix_session::session::SessionStatus"]},{"text":"impl Clone for RedisSessionStore","synthetic":false,"types":["actix_session::storage::redis_rs::RedisSessionStore"]}];
-implementors["actix_settings"] = [{"text":"impl Clone for AtError","synthetic":false,"types":["actix_settings::error::AtError"]},{"text":"impl Clone for Address","synthetic":false,"types":["actix_settings::actix::address::Address"]},{"text":"impl Clone for Backlog","synthetic":false,"types":["actix_settings::actix::backlog::Backlog"]},{"text":"impl Clone for KeepAlive","synthetic":false,"types":["actix_settings::actix::keep_alive::KeepAlive"]},{"text":"impl Clone for MaxConnectionRate","synthetic":false,"types":["actix_settings::actix::max_connection_rate::MaxConnectionRate"]},{"text":"impl Clone for MaxConnections","synthetic":false,"types":["actix_settings::actix::max_connections::MaxConnections"]},{"text":"impl Clone for Mode","synthetic":false,"types":["actix_settings::actix::mode::Mode"]},{"text":"impl Clone for NumWorkers","synthetic":false,"types":["actix_settings::actix::num_workers::NumWorkers"]},{"text":"impl Clone for Timeout","synthetic":false,"types":["actix_settings::actix::timeout::Timeout"]},{"text":"impl Clone for Tls","synthetic":false,"types":["actix_settings::actix::tls::Tls"]},{"text":"impl Clone for ActixSettings","synthetic":false,"types":["actix_settings::actix::ActixSettings"]},{"text":"impl<A: Clone> Clone for BasicSettings<A>","synthetic":false,"types":["actix_settings::BasicSettings"]},{"text":"impl Clone for NoSettings","synthetic":false,"types":["actix_settings::NoSettings"]}];
+implementors["actix_settings"] = [{"text":"impl Clone for AtError","synthetic":false,"types":["actix_settings::error::AtError"]},{"text":"impl Clone for Address","synthetic":false,"types":["actix_settings::settings::address::Address"]},{"text":"impl Clone for Backlog","synthetic":false,"types":["actix_settings::settings::backlog::Backlog"]},{"text":"impl Clone for KeepAlive","synthetic":false,"types":["actix_settings::settings::keep_alive::KeepAlive"]},{"text":"impl Clone for MaxConnectionRate","synthetic":false,"types":["actix_settings::settings::max_connection_rate::MaxConnectionRate"]},{"text":"impl Clone for MaxConnections","synthetic":false,"types":["actix_settings::settings::max_connections::MaxConnections"]},{"text":"impl Clone for Mode","synthetic":false,"types":["actix_settings::settings::mode::Mode"]},{"text":"impl Clone for NumWorkers","synthetic":false,"types":["actix_settings::settings::num_workers::NumWorkers"]},{"text":"impl Clone for Timeout","synthetic":false,"types":["actix_settings::settings::timeout::Timeout"]},{"text":"impl Clone for Tls","synthetic":false,"types":["actix_settings::settings::tls::Tls"]},{"text":"impl Clone for ActixSettings","synthetic":false,"types":["actix_settings::settings::ActixSettings"]},{"text":"impl<A: Clone> Clone for BasicSettings<A>","synthetic":false,"types":["actix_settings::BasicSettings"]},{"text":"impl Clone for NoSettings","synthetic":false,"types":["actix_settings::NoSettings"]}];
implementors["actix_web_httpauth"] = [{"text":"impl Clone for Config","synthetic":false,"types":["actix_web_httpauth::extractors::basic::Config"]},{"text":"impl Clone for BasicAuth","synthetic":false,"types":["actix_web_httpauth::extractors::basic::BasicAuth"]},{"text":"impl Clone for Config","synthetic":false,"types":["actix_web_httpauth::extractors::bearer::Config"]},{"text":"impl Clone for BearerAuth","synthetic":false,"types":["actix_web_httpauth::extractors::bearer::BearerAuth"]},{"text":"impl<S: Clone + Scheme> Clone for Authorization<S>","synthetic":false,"types":["actix_web_httpauth::headers::authorization::header::Authorization"]},{"text":"impl Clone for Basic","synthetic":false,"types":["actix_web_httpauth::headers::authorization::scheme::basic::Basic"]},{"text":"impl Clone for Bearer","synthetic":false,"types":["actix_web_httpauth::headers::authorization::scheme::bearer::Bearer"]},{"text":"impl Clone for Basic","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::basic::Basic"]},{"text":"impl Clone for Bearer","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::challenge::Bearer"]},{"text":"impl Clone for Error","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::errors::Error"]},{"text":"impl<C: Clone + Challenge> Clone for WwwAuthenticate<C>","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::header::WwwAuthenticate"]},{"text":"impl<T: Clone, F: Clone> Clone for HttpAuthentication<T, F> where
T: FromRequest, ","synthetic":false,"types":["actix_web_httpauth::middleware::HttpAuthentication"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/implementors/core/cmp/trait.Eq.js b/implementors/core/cmp/trait.Eq.js
index 33529795d..56385ca3c 100644
--- a/implementors/core/cmp/trait.Eq.js
+++ b/implementors/core/cmp/trait.Eq.js
@@ -1,5 +1,5 @@
(function() {var implementors = {};
implementors["actix_session"] = [{"text":"impl Eq for SessionStatus","synthetic":false,"types":["actix_session::session::SessionStatus"]},{"text":"impl Eq for SessionKey","synthetic":false,"types":["actix_session::storage::session_key::SessionKey"]}];
-implementors["actix_settings"] = [{"text":"impl Eq for Address","synthetic":false,"types":["actix_settings::actix::address::Address"]},{"text":"impl Eq for Backlog","synthetic":false,"types":["actix_settings::actix::backlog::Backlog"]},{"text":"impl Eq for KeepAlive","synthetic":false,"types":["actix_settings::actix::keep_alive::KeepAlive"]},{"text":"impl Eq for MaxConnectionRate","synthetic":false,"types":["actix_settings::actix::max_connection_rate::MaxConnectionRate"]},{"text":"impl Eq for MaxConnections","synthetic":false,"types":["actix_settings::actix::max_connections::MaxConnections"]},{"text":"impl Eq for Mode","synthetic":false,"types":["actix_settings::actix::mode::Mode"]},{"text":"impl Eq for NumWorkers","synthetic":false,"types":["actix_settings::actix::num_workers::NumWorkers"]},{"text":"impl Eq for Timeout","synthetic":false,"types":["actix_settings::actix::timeout::Timeout"]},{"text":"impl Eq for Tls","synthetic":false,"types":["actix_settings::actix::tls::Tls"]},{"text":"impl Eq for ActixSettings","synthetic":false,"types":["actix_settings::actix::ActixSettings"]},{"text":"impl<A: Eq> Eq for BasicSettings<A>","synthetic":false,"types":["actix_settings::BasicSettings"]},{"text":"impl Eq for NoSettings","synthetic":false,"types":["actix_settings::NoSettings"]}];
+implementors["actix_settings"] = [{"text":"impl Eq for Address","synthetic":false,"types":["actix_settings::settings::address::Address"]},{"text":"impl Eq for Backlog","synthetic":false,"types":["actix_settings::settings::backlog::Backlog"]},{"text":"impl Eq for KeepAlive","synthetic":false,"types":["actix_settings::settings::keep_alive::KeepAlive"]},{"text":"impl Eq for MaxConnectionRate","synthetic":false,"types":["actix_settings::settings::max_connection_rate::MaxConnectionRate"]},{"text":"impl Eq for MaxConnections","synthetic":false,"types":["actix_settings::settings::max_connections::MaxConnections"]},{"text":"impl Eq for Mode","synthetic":false,"types":["actix_settings::settings::mode::Mode"]},{"text":"impl Eq for NumWorkers","synthetic":false,"types":["actix_settings::settings::num_workers::NumWorkers"]},{"text":"impl Eq for Timeout","synthetic":false,"types":["actix_settings::settings::timeout::Timeout"]},{"text":"impl Eq for Tls","synthetic":false,"types":["actix_settings::settings::tls::Tls"]},{"text":"impl Eq for ActixSettings","synthetic":false,"types":["actix_settings::settings::ActixSettings"]},{"text":"impl<A: Eq> Eq for BasicSettings<A>","synthetic":false,"types":["actix_settings::BasicSettings"]},{"text":"impl Eq for NoSettings","synthetic":false,"types":["actix_settings::NoSettings"]}];
implementors["actix_web_httpauth"] = [{"text":"impl<S: Eq + Scheme> Eq for Authorization<S>","synthetic":false,"types":["actix_web_httpauth::headers::authorization::header::Authorization"]},{"text":"impl Eq for Basic","synthetic":false,"types":["actix_web_httpauth::headers::authorization::scheme::basic::Basic"]},{"text":"impl Eq for Bearer","synthetic":false,"types":["actix_web_httpauth::headers::authorization::scheme::bearer::Bearer"]},{"text":"impl Eq for Basic","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::basic::Basic"]},{"text":"impl Eq for Bearer","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::challenge::Bearer"]},{"text":"impl Eq for Error","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::errors::Error"]},{"text":"impl<C: Eq + Challenge> Eq for WwwAuthenticate<C>","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::header::WwwAuthenticate"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/implementors/core/cmp/trait.PartialEq.js b/implementors/core/cmp/trait.PartialEq.js
index 93ab8eb95..ddeb425c5 100644
--- a/implementors/core/cmp/trait.PartialEq.js
+++ b/implementors/core/cmp/trait.PartialEq.js
@@ -1,5 +1,5 @@
(function() {var implementors = {};
implementors["actix_session"] = [{"text":"impl PartialEq<SessionStatus> for SessionStatus","synthetic":false,"types":["actix_session::session::SessionStatus"]},{"text":"impl PartialEq<SessionKey> for SessionKey","synthetic":false,"types":["actix_session::storage::session_key::SessionKey"]}];
-implementors["actix_settings"] = [{"text":"impl PartialEq<Address> for Address","synthetic":false,"types":["actix_settings::actix::address::Address"]},{"text":"impl PartialEq<Backlog> for Backlog","synthetic":false,"types":["actix_settings::actix::backlog::Backlog"]},{"text":"impl PartialEq<KeepAlive> for KeepAlive","synthetic":false,"types":["actix_settings::actix::keep_alive::KeepAlive"]},{"text":"impl PartialEq<MaxConnectionRate> for MaxConnectionRate","synthetic":false,"types":["actix_settings::actix::max_connection_rate::MaxConnectionRate"]},{"text":"impl PartialEq<MaxConnections> for MaxConnections","synthetic":false,"types":["actix_settings::actix::max_connections::MaxConnections"]},{"text":"impl PartialEq<Mode> for Mode","synthetic":false,"types":["actix_settings::actix::mode::Mode"]},{"text":"impl PartialEq<NumWorkers> for NumWorkers","synthetic":false,"types":["actix_settings::actix::num_workers::NumWorkers"]},{"text":"impl PartialEq<Timeout> for Timeout","synthetic":false,"types":["actix_settings::actix::timeout::Timeout"]},{"text":"impl PartialEq<Tls> for Tls","synthetic":false,"types":["actix_settings::actix::tls::Tls"]},{"text":"impl PartialEq<ActixSettings> for ActixSettings","synthetic":false,"types":["actix_settings::actix::ActixSettings"]},{"text":"impl<A: PartialEq> PartialEq<BasicSettings<A>> for BasicSettings<A>","synthetic":false,"types":["actix_settings::BasicSettings"]},{"text":"impl PartialEq<NoSettings> for NoSettings","synthetic":false,"types":["actix_settings::NoSettings"]}];
+implementors["actix_settings"] = [{"text":"impl PartialEq<Address> for Address","synthetic":false,"types":["actix_settings::settings::address::Address"]},{"text":"impl PartialEq<Backlog> for Backlog","synthetic":false,"types":["actix_settings::settings::backlog::Backlog"]},{"text":"impl PartialEq<KeepAlive> for KeepAlive","synthetic":false,"types":["actix_settings::settings::keep_alive::KeepAlive"]},{"text":"impl PartialEq<MaxConnectionRate> for MaxConnectionRate","synthetic":false,"types":["actix_settings::settings::max_connection_rate::MaxConnectionRate"]},{"text":"impl PartialEq<MaxConnections> for MaxConnections","synthetic":false,"types":["actix_settings::settings::max_connections::MaxConnections"]},{"text":"impl PartialEq<Mode> for Mode","synthetic":false,"types":["actix_settings::settings::mode::Mode"]},{"text":"impl PartialEq<NumWorkers> for NumWorkers","synthetic":false,"types":["actix_settings::settings::num_workers::NumWorkers"]},{"text":"impl PartialEq<Timeout> for Timeout","synthetic":false,"types":["actix_settings::settings::timeout::Timeout"]},{"text":"impl PartialEq<Tls> for Tls","synthetic":false,"types":["actix_settings::settings::tls::Tls"]},{"text":"impl PartialEq<ActixSettings> for ActixSettings","synthetic":false,"types":["actix_settings::settings::ActixSettings"]},{"text":"impl<A: PartialEq> PartialEq<BasicSettings<A>> for BasicSettings<A>","synthetic":false,"types":["actix_settings::BasicSettings"]},{"text":"impl PartialEq<NoSettings> for NoSettings","synthetic":false,"types":["actix_settings::NoSettings"]}];
implementors["actix_web_httpauth"] = [{"text":"impl<S: PartialEq + Scheme> PartialEq<Authorization<S>> for Authorization<S>","synthetic":false,"types":["actix_web_httpauth::headers::authorization::header::Authorization"]},{"text":"impl PartialEq<Basic> for Basic","synthetic":false,"types":["actix_web_httpauth::headers::authorization::scheme::basic::Basic"]},{"text":"impl PartialEq<Bearer> for Bearer","synthetic":false,"types":["actix_web_httpauth::headers::authorization::scheme::bearer::Bearer"]},{"text":"impl PartialEq<Basic> for Basic","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::basic::Basic"]},{"text":"impl PartialEq<Bearer> for Bearer","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::challenge::Bearer"]},{"text":"impl PartialEq<Error> for Error","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::errors::Error"]},{"text":"impl<C: PartialEq + Challenge> PartialEq<WwwAuthenticate<C>> for WwwAuthenticate<C>","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::header::WwwAuthenticate"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/implementors/core/fmt/trait.Debug.js b/implementors/core/fmt/trait.Debug.js
index 6c1bb2848..e5644ebfe 100644
--- a/implementors/core/fmt/trait.Debug.js
+++ b/implementors/core/fmt/trait.Debug.js
@@ -5,6 +5,6 @@ implementors["actix_limitation"] = [{"text":"impl Debug for ProtoBufPayloadError","synthetic":false,"types":["actix_protobuf::ProtoBufPayloadError"]},{"text":"impl<T: Message> Debug for ProtoBuf<T> where
T: Debug, ","synthetic":false,"types":["actix_protobuf::ProtoBuf"]}];
implementors["actix_redis"] = [{"text":"impl Debug for Command","synthetic":false,"types":["actix_redis::redis::Command"]},{"text":"impl Debug for Error","synthetic":false,"types":["actix_redis::Error"]}];
implementors["actix_session"] = [{"text":"impl Debug for SessionLifecycle","synthetic":false,"types":["actix_session::config::SessionLifecycle"]},{"text":"impl Debug for BrowserSession","synthetic":false,"types":["actix_session::config::BrowserSession"]},{"text":"impl Debug for PersistentSession","synthetic":false,"types":["actix_session::config::PersistentSession"]},{"text":"impl Debug for TtlExtensionPolicy","synthetic":false,"types":["actix_session::config::TtlExtensionPolicy"]},{"text":"impl Debug for CookieContentSecurity","synthetic":false,"types":["actix_session::config::CookieContentSecurity"]},{"text":"impl Debug for SessionStatus","synthetic":false,"types":["actix_session::session::SessionStatus"]},{"text":"impl Debug for SessionGetError","synthetic":false,"types":["actix_session::session::SessionGetError"]},{"text":"impl Debug for SessionInsertError","synthetic":false,"types":["actix_session::session::SessionInsertError"]},{"text":"impl Debug for LoadError","synthetic":false,"types":["actix_session::storage::interface::LoadError"]},{"text":"impl Debug for SaveError","synthetic":false,"types":["actix_session::storage::interface::SaveError"]},{"text":"impl Debug for UpdateError","synthetic":false,"types":["actix_session::storage::interface::UpdateError"]},{"text":"impl Debug for SessionKey","synthetic":false,"types":["actix_session::storage::session_key::SessionKey"]}];
-implementors["actix_settings"] = [{"text":"impl Debug for AtError","synthetic":false,"types":["actix_settings::error::AtError"]},{"text":"impl Debug for Address","synthetic":false,"types":["actix_settings::actix::address::Address"]},{"text":"impl Debug for Backlog","synthetic":false,"types":["actix_settings::actix::backlog::Backlog"]},{"text":"impl Debug for KeepAlive","synthetic":false,"types":["actix_settings::actix::keep_alive::KeepAlive"]},{"text":"impl Debug for MaxConnectionRate","synthetic":false,"types":["actix_settings::actix::max_connection_rate::MaxConnectionRate"]},{"text":"impl Debug for MaxConnections","synthetic":false,"types":["actix_settings::actix::max_connections::MaxConnections"]},{"text":"impl Debug for Mode","synthetic":false,"types":["actix_settings::actix::mode::Mode"]},{"text":"impl Debug for NumWorkers","synthetic":false,"types":["actix_settings::actix::num_workers::NumWorkers"]},{"text":"impl Debug for Timeout","synthetic":false,"types":["actix_settings::actix::timeout::Timeout"]},{"text":"impl Debug for Tls","synthetic":false,"types":["actix_settings::actix::tls::Tls"]},{"text":"impl Debug for ActixSettings","synthetic":false,"types":["actix_settings::actix::ActixSettings"]},{"text":"impl<A: Debug> Debug for BasicSettings<A>","synthetic":false,"types":["actix_settings::BasicSettings"]},{"text":"impl Debug for NoSettings","synthetic":false,"types":["actix_settings::NoSettings"]}];
+implementors["actix_settings"] = [{"text":"impl Debug for AtError","synthetic":false,"types":["actix_settings::error::AtError"]},{"text":"impl Debug for Address","synthetic":false,"types":["actix_settings::settings::address::Address"]},{"text":"impl Debug for Backlog","synthetic":false,"types":["actix_settings::settings::backlog::Backlog"]},{"text":"impl Debug for KeepAlive","synthetic":false,"types":["actix_settings::settings::keep_alive::KeepAlive"]},{"text":"impl Debug for MaxConnectionRate","synthetic":false,"types":["actix_settings::settings::max_connection_rate::MaxConnectionRate"]},{"text":"impl Debug for MaxConnections","synthetic":false,"types":["actix_settings::settings::max_connections::MaxConnections"]},{"text":"impl Debug for Mode","synthetic":false,"types":["actix_settings::settings::mode::Mode"]},{"text":"impl Debug for NumWorkers","synthetic":false,"types":["actix_settings::settings::num_workers::NumWorkers"]},{"text":"impl Debug for Timeout","synthetic":false,"types":["actix_settings::settings::timeout::Timeout"]},{"text":"impl Debug for Tls","synthetic":false,"types":["actix_settings::settings::tls::Tls"]},{"text":"impl Debug for ActixSettings","synthetic":false,"types":["actix_settings::settings::ActixSettings"]},{"text":"impl<A: Debug> Debug for BasicSettings<A>","synthetic":false,"types":["actix_settings::BasicSettings"]},{"text":"impl Debug for NoSettings","synthetic":false,"types":["actix_settings::NoSettings"]}];
implementors["actix_web_httpauth"] = [{"text":"impl Debug for Config","synthetic":false,"types":["actix_web_httpauth::extractors::basic::Config"]},{"text":"impl Debug for BasicAuth","synthetic":false,"types":["actix_web_httpauth::extractors::basic::BasicAuth"]},{"text":"impl Debug for Config","synthetic":false,"types":["actix_web_httpauth::extractors::bearer::Config"]},{"text":"impl Debug for BearerAuth","synthetic":false,"types":["actix_web_httpauth::extractors::bearer::BearerAuth"]},{"text":"impl<C: Debug + Challenge> Debug for AuthenticationError<C>","synthetic":false,"types":["actix_web_httpauth::extractors::errors::AuthenticationError"]},{"text":"impl Debug for ParseError","synthetic":false,"types":["actix_web_httpauth::headers::authorization::errors::ParseError"]},{"text":"impl<S: Debug + Scheme> Debug for Authorization<S>","synthetic":false,"types":["actix_web_httpauth::headers::authorization::header::Authorization"]},{"text":"impl Debug for Basic","synthetic":false,"types":["actix_web_httpauth::headers::authorization::scheme::basic::Basic"]},{"text":"impl Debug for Bearer","synthetic":false,"types":["actix_web_httpauth::headers::authorization::scheme::bearer::Bearer"]},{"text":"impl Debug for Basic","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::basic::Basic"]},{"text":"impl Debug for BearerBuilder","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::builder::BearerBuilder"]},{"text":"impl Debug for Bearer","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::challenge::Bearer"]},{"text":"impl Debug for Error","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::errors::Error"]},{"text":"impl<C: Debug + Challenge> Debug for WwwAuthenticate<C>","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::header::WwwAuthenticate"]},{"text":"impl<T: Debug, F: Debug> Debug for HttpAuthentication<T, F> where
T: FromRequest, ","synthetic":false,"types":["actix_web_httpauth::middleware::HttpAuthentication"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/implementors/core/hash/trait.Hash.js b/implementors/core/hash/trait.Hash.js
index e252c2e3a..903ae3aa2 100644
--- a/implementors/core/hash/trait.Hash.js
+++ b/implementors/core/hash/trait.Hash.js
@@ -1,4 +1,4 @@
(function() {var implementors = {};
-implementors["actix_settings"] = [{"text":"impl Hash for Address","synthetic":false,"types":["actix_settings::actix::address::Address"]},{"text":"impl Hash for Backlog","synthetic":false,"types":["actix_settings::actix::backlog::Backlog"]},{"text":"impl Hash for KeepAlive","synthetic":false,"types":["actix_settings::actix::keep_alive::KeepAlive"]},{"text":"impl Hash for MaxConnectionRate","synthetic":false,"types":["actix_settings::actix::max_connection_rate::MaxConnectionRate"]},{"text":"impl Hash for MaxConnections","synthetic":false,"types":["actix_settings::actix::max_connections::MaxConnections"]},{"text":"impl Hash for Mode","synthetic":false,"types":["actix_settings::actix::mode::Mode"]},{"text":"impl Hash for NumWorkers","synthetic":false,"types":["actix_settings::actix::num_workers::NumWorkers"]},{"text":"impl Hash for Timeout","synthetic":false,"types":["actix_settings::actix::timeout::Timeout"]},{"text":"impl Hash for Tls","synthetic":false,"types":["actix_settings::actix::tls::Tls"]},{"text":"impl Hash for ActixSettings","synthetic":false,"types":["actix_settings::actix::ActixSettings"]},{"text":"impl<A: Hash> Hash for BasicSettings<A>","synthetic":false,"types":["actix_settings::BasicSettings"]},{"text":"impl Hash for NoSettings","synthetic":false,"types":["actix_settings::NoSettings"]}];
+implementors["actix_settings"] = [{"text":"impl Hash for Address","synthetic":false,"types":["actix_settings::settings::address::Address"]},{"text":"impl Hash for Backlog","synthetic":false,"types":["actix_settings::settings::backlog::Backlog"]},{"text":"impl Hash for KeepAlive","synthetic":false,"types":["actix_settings::settings::keep_alive::KeepAlive"]},{"text":"impl Hash for MaxConnectionRate","synthetic":false,"types":["actix_settings::settings::max_connection_rate::MaxConnectionRate"]},{"text":"impl Hash for MaxConnections","synthetic":false,"types":["actix_settings::settings::max_connections::MaxConnections"]},{"text":"impl Hash for Mode","synthetic":false,"types":["actix_settings::settings::mode::Mode"]},{"text":"impl Hash for NumWorkers","synthetic":false,"types":["actix_settings::settings::num_workers::NumWorkers"]},{"text":"impl Hash for Timeout","synthetic":false,"types":["actix_settings::settings::timeout::Timeout"]},{"text":"impl Hash for Tls","synthetic":false,"types":["actix_settings::settings::tls::Tls"]},{"text":"impl Hash for ActixSettings","synthetic":false,"types":["actix_settings::settings::ActixSettings"]},{"text":"impl<A: Hash> Hash for BasicSettings<A>","synthetic":false,"types":["actix_settings::BasicSettings"]},{"text":"impl Hash for NoSettings","synthetic":false,"types":["actix_settings::NoSettings"]}];
implementors["actix_web_httpauth"] = [{"text":"impl<S: Hash + Scheme> Hash for Authorization<S>","synthetic":false,"types":["actix_web_httpauth::headers::authorization::header::Authorization"]},{"text":"impl Hash for Basic","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::basic::Basic"]},{"text":"impl Hash for Bearer","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::challenge::Bearer"]},{"text":"impl Hash for Error","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::errors::Error"]},{"text":"impl<C: Hash + Challenge> Hash for WwwAuthenticate<C>","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::header::WwwAuthenticate"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/implementors/core/marker/trait.Freeze.js b/implementors/core/marker/trait.Freeze.js
index 116bc756b..0e2b1c1fe 100644
--- a/implementors/core/marker/trait.Freeze.js
+++ b/implementors/core/marker/trait.Freeze.js
@@ -5,6 +5,6 @@ implementors["actix_limitation"] = [{"text":"impl Freeze for ProtoBufPayloadError","synthetic":true,"types":["actix_protobuf::ProtoBufPayloadError"]},{"text":"impl<T> Freeze for ProtoBuf<T> where
T: Freeze, ","synthetic":true,"types":["actix_protobuf::ProtoBuf"]},{"text":"impl Freeze for ProtoBufConfig","synthetic":true,"types":["actix_protobuf::ProtoBufConfig"]},{"text":"impl<T> !Freeze for ProtoBufMessage<T>","synthetic":true,"types":["actix_protobuf::ProtoBufMessage"]}];
implementors["actix_redis"] = [{"text":"impl Freeze for Command","synthetic":true,"types":["actix_redis::redis::Command"]},{"text":"impl Freeze for RedisActor","synthetic":true,"types":["actix_redis::redis::RedisActor"]},{"text":"impl Freeze for Error","synthetic":true,"types":["actix_redis::Error"]}];
implementors["actix_session"] = [{"text":"impl Freeze for SessionLifecycle","synthetic":true,"types":["actix_session::config::SessionLifecycle"]},{"text":"impl Freeze for BrowserSession","synthetic":true,"types":["actix_session::config::BrowserSession"]},{"text":"impl Freeze for PersistentSession","synthetic":true,"types":["actix_session::config::PersistentSession"]},{"text":"impl Freeze for TtlExtensionPolicy","synthetic":true,"types":["actix_session::config::TtlExtensionPolicy"]},{"text":"impl Freeze for CookieContentSecurity","synthetic":true,"types":["actix_session::config::CookieContentSecurity"]},{"text":"impl<Store> Freeze for SessionMiddlewareBuilder<Store> where
Store: Freeze, ","synthetic":true,"types":["actix_session::config::SessionMiddlewareBuilder"]},{"text":"impl<Store> Freeze for SessionMiddleware<Store>","synthetic":true,"types":["actix_session::middleware::SessionMiddleware"]},{"text":"impl Freeze for Session","synthetic":true,"types":["actix_session::session::Session"]},{"text":"impl Freeze for SessionStatus","synthetic":true,"types":["actix_session::session::SessionStatus"]},{"text":"impl Freeze for SessionGetError","synthetic":true,"types":["actix_session::session::SessionGetError"]},{"text":"impl Freeze for SessionInsertError","synthetic":true,"types":["actix_session::session::SessionInsertError"]},{"text":"impl Freeze for LoadError","synthetic":true,"types":["actix_session::storage::interface::LoadError"]},{"text":"impl Freeze for SaveError","synthetic":true,"types":["actix_session::storage::interface::SaveError"]},{"text":"impl Freeze for UpdateError","synthetic":true,"types":["actix_session::storage::interface::UpdateError"]},{"text":"impl Freeze for SessionKey","synthetic":true,"types":["actix_session::storage::session_key::SessionKey"]},{"text":"impl Freeze for CookieSessionStore","synthetic":true,"types":["actix_session::storage::cookie::CookieSessionStore"]},{"text":"impl Freeze for RedisActorSessionStore","synthetic":true,"types":["actix_session::storage::redis_actor::RedisActorSessionStore"]},{"text":"impl Freeze for RedisActorSessionStoreBuilder","synthetic":true,"types":["actix_session::storage::redis_actor::RedisActorSessionStoreBuilder"]},{"text":"impl Freeze for RedisSessionStore","synthetic":true,"types":["actix_session::storage::redis_rs::RedisSessionStore"]},{"text":"impl Freeze for RedisSessionStoreBuilder","synthetic":true,"types":["actix_session::storage::redis_rs::RedisSessionStoreBuilder"]}];
-implementors["actix_settings"] = [{"text":"impl Freeze for AtError","synthetic":true,"types":["actix_settings::error::AtError"]},{"text":"impl Freeze for Address","synthetic":true,"types":["actix_settings::actix::address::Address"]},{"text":"impl Freeze for Backlog","synthetic":true,"types":["actix_settings::actix::backlog::Backlog"]},{"text":"impl Freeze for KeepAlive","synthetic":true,"types":["actix_settings::actix::keep_alive::KeepAlive"]},{"text":"impl Freeze for MaxConnectionRate","synthetic":true,"types":["actix_settings::actix::max_connection_rate::MaxConnectionRate"]},{"text":"impl Freeze for MaxConnections","synthetic":true,"types":["actix_settings::actix::max_connections::MaxConnections"]},{"text":"impl Freeze for Mode","synthetic":true,"types":["actix_settings::actix::mode::Mode"]},{"text":"impl Freeze for NumWorkers","synthetic":true,"types":["actix_settings::actix::num_workers::NumWorkers"]},{"text":"impl Freeze for Timeout","synthetic":true,"types":["actix_settings::actix::timeout::Timeout"]},{"text":"impl Freeze for Tls","synthetic":true,"types":["actix_settings::actix::tls::Tls"]},{"text":"impl Freeze for ActixSettings","synthetic":true,"types":["actix_settings::actix::ActixSettings"]},{"text":"impl<A> Freeze for BasicSettings<A> where
A: Freeze, ","synthetic":true,"types":["actix_settings::BasicSettings"]},{"text":"impl Freeze for NoSettings","synthetic":true,"types":["actix_settings::NoSettings"]}];
+implementors["actix_settings"] = [{"text":"impl Freeze for AtError","synthetic":true,"types":["actix_settings::error::AtError"]},{"text":"impl Freeze for Address","synthetic":true,"types":["actix_settings::settings::address::Address"]},{"text":"impl Freeze for Backlog","synthetic":true,"types":["actix_settings::settings::backlog::Backlog"]},{"text":"impl Freeze for KeepAlive","synthetic":true,"types":["actix_settings::settings::keep_alive::KeepAlive"]},{"text":"impl Freeze for MaxConnectionRate","synthetic":true,"types":["actix_settings::settings::max_connection_rate::MaxConnectionRate"]},{"text":"impl Freeze for MaxConnections","synthetic":true,"types":["actix_settings::settings::max_connections::MaxConnections"]},{"text":"impl Freeze for Mode","synthetic":true,"types":["actix_settings::settings::mode::Mode"]},{"text":"impl Freeze for NumWorkers","synthetic":true,"types":["actix_settings::settings::num_workers::NumWorkers"]},{"text":"impl Freeze for Timeout","synthetic":true,"types":["actix_settings::settings::timeout::Timeout"]},{"text":"impl Freeze for Tls","synthetic":true,"types":["actix_settings::settings::tls::Tls"]},{"text":"impl Freeze for ActixSettings","synthetic":true,"types":["actix_settings::settings::ActixSettings"]},{"text":"impl<A> Freeze for BasicSettings<A> where
A: Freeze, ","synthetic":true,"types":["actix_settings::BasicSettings"]},{"text":"impl Freeze for NoSettings","synthetic":true,"types":["actix_settings::NoSettings"]}];
implementors["actix_web_httpauth"] = [{"text":"impl Freeze for Config","synthetic":true,"types":["actix_web_httpauth::extractors::basic::Config"]},{"text":"impl Freeze for BasicAuth","synthetic":true,"types":["actix_web_httpauth::extractors::basic::BasicAuth"]},{"text":"impl Freeze for Error","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::errors::Error"]},{"text":"impl Freeze for Config","synthetic":true,"types":["actix_web_httpauth::extractors::bearer::Config"]},{"text":"impl Freeze for BearerAuth","synthetic":true,"types":["actix_web_httpauth::extractors::bearer::BearerAuth"]},{"text":"impl<C> Freeze for AuthenticationError<C> where
C: Freeze, ","synthetic":true,"types":["actix_web_httpauth::extractors::errors::AuthenticationError"]},{"text":"impl Freeze for ParseError","synthetic":true,"types":["actix_web_httpauth::headers::authorization::errors::ParseError"]},{"text":"impl<S> Freeze for Authorization<S> where
S: Freeze, ","synthetic":true,"types":["actix_web_httpauth::headers::authorization::header::Authorization"]},{"text":"impl Freeze for Basic","synthetic":true,"types":["actix_web_httpauth::headers::authorization::scheme::basic::Basic"]},{"text":"impl Freeze for Bearer","synthetic":true,"types":["actix_web_httpauth::headers::authorization::scheme::bearer::Bearer"]},{"text":"impl Freeze for Basic","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::basic::Basic"]},{"text":"impl Freeze for BearerBuilder","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::builder::BearerBuilder"]},{"text":"impl Freeze for Bearer","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::challenge::Bearer"]},{"text":"impl<C> Freeze for WwwAuthenticate<C> where
C: Freeze, ","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::header::WwwAuthenticate"]},{"text":"impl<T, F> Freeze for HttpAuthentication<T, F>","synthetic":true,"types":["actix_web_httpauth::middleware::HttpAuthentication"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/implementors/core/marker/trait.Send.js b/implementors/core/marker/trait.Send.js
index 91124b217..3db84267d 100644
--- a/implementors/core/marker/trait.Send.js
+++ b/implementors/core/marker/trait.Send.js
@@ -5,6 +5,6 @@ implementors["actix_limitation"] = [{"text":"impl Send for ProtoBufPayloadError","synthetic":true,"types":["actix_protobuf::ProtoBufPayloadError"]},{"text":"impl<T> Send for ProtoBuf<T>","synthetic":true,"types":["actix_protobuf::ProtoBuf"]},{"text":"impl Send for ProtoBufConfig","synthetic":true,"types":["actix_protobuf::ProtoBufConfig"]},{"text":"impl<T> !Send for ProtoBufMessage<T>","synthetic":true,"types":["actix_protobuf::ProtoBufMessage"]}];
implementors["actix_redis"] = [{"text":"impl Send for Command","synthetic":true,"types":["actix_redis::redis::Command"]},{"text":"impl !Send for RedisActor","synthetic":true,"types":["actix_redis::redis::RedisActor"]},{"text":"impl Send for Error","synthetic":true,"types":["actix_redis::Error"]}];
implementors["actix_session"] = [{"text":"impl Send for SessionLifecycle","synthetic":true,"types":["actix_session::config::SessionLifecycle"]},{"text":"impl Send for BrowserSession","synthetic":true,"types":["actix_session::config::BrowserSession"]},{"text":"impl Send for PersistentSession","synthetic":true,"types":["actix_session::config::PersistentSession"]},{"text":"impl Send for TtlExtensionPolicy","synthetic":true,"types":["actix_session::config::TtlExtensionPolicy"]},{"text":"impl Send for CookieContentSecurity","synthetic":true,"types":["actix_session::config::CookieContentSecurity"]},{"text":"impl<Store> Send for SessionMiddlewareBuilder<Store> where
Store: Send, ","synthetic":true,"types":["actix_session::config::SessionMiddlewareBuilder"]},{"text":"impl<Store> !Send for SessionMiddleware<Store>","synthetic":true,"types":["actix_session::middleware::SessionMiddleware"]},{"text":"impl !Send for Session","synthetic":true,"types":["actix_session::session::Session"]},{"text":"impl Send for SessionStatus","synthetic":true,"types":["actix_session::session::SessionStatus"]},{"text":"impl Send for SessionGetError","synthetic":true,"types":["actix_session::session::SessionGetError"]},{"text":"impl Send for SessionInsertError","synthetic":true,"types":["actix_session::session::SessionInsertError"]},{"text":"impl Send for LoadError","synthetic":true,"types":["actix_session::storage::interface::LoadError"]},{"text":"impl Send for SaveError","synthetic":true,"types":["actix_session::storage::interface::SaveError"]},{"text":"impl Send for UpdateError","synthetic":true,"types":["actix_session::storage::interface::UpdateError"]},{"text":"impl Send for SessionKey","synthetic":true,"types":["actix_session::storage::session_key::SessionKey"]},{"text":"impl Send for CookieSessionStore","synthetic":true,"types":["actix_session::storage::cookie::CookieSessionStore"]},{"text":"impl !Send for RedisActorSessionStore","synthetic":true,"types":["actix_session::storage::redis_actor::RedisActorSessionStore"]},{"text":"impl !Send for RedisActorSessionStoreBuilder","synthetic":true,"types":["actix_session::storage::redis_actor::RedisActorSessionStoreBuilder"]},{"text":"impl Send for RedisSessionStore","synthetic":true,"types":["actix_session::storage::redis_rs::RedisSessionStore"]},{"text":"impl Send for RedisSessionStoreBuilder","synthetic":true,"types":["actix_session::storage::redis_rs::RedisSessionStoreBuilder"]}];
-implementors["actix_settings"] = [{"text":"impl Send for AtError","synthetic":true,"types":["actix_settings::error::AtError"]},{"text":"impl Send for Address","synthetic":true,"types":["actix_settings::actix::address::Address"]},{"text":"impl Send for Backlog","synthetic":true,"types":["actix_settings::actix::backlog::Backlog"]},{"text":"impl Send for KeepAlive","synthetic":true,"types":["actix_settings::actix::keep_alive::KeepAlive"]},{"text":"impl Send for MaxConnectionRate","synthetic":true,"types":["actix_settings::actix::max_connection_rate::MaxConnectionRate"]},{"text":"impl Send for MaxConnections","synthetic":true,"types":["actix_settings::actix::max_connections::MaxConnections"]},{"text":"impl Send for Mode","synthetic":true,"types":["actix_settings::actix::mode::Mode"]},{"text":"impl Send for NumWorkers","synthetic":true,"types":["actix_settings::actix::num_workers::NumWorkers"]},{"text":"impl Send for Timeout","synthetic":true,"types":["actix_settings::actix::timeout::Timeout"]},{"text":"impl Send for Tls","synthetic":true,"types":["actix_settings::actix::tls::Tls"]},{"text":"impl Send for ActixSettings","synthetic":true,"types":["actix_settings::actix::ActixSettings"]},{"text":"impl<A> Send for BasicSettings<A> where
A: Send, ","synthetic":true,"types":["actix_settings::BasicSettings"]},{"text":"impl Send for NoSettings","synthetic":true,"types":["actix_settings::NoSettings"]}];
+implementors["actix_settings"] = [{"text":"impl Send for AtError","synthetic":true,"types":["actix_settings::error::AtError"]},{"text":"impl Send for Address","synthetic":true,"types":["actix_settings::settings::address::Address"]},{"text":"impl Send for Backlog","synthetic":true,"types":["actix_settings::settings::backlog::Backlog"]},{"text":"impl Send for KeepAlive","synthetic":true,"types":["actix_settings::settings::keep_alive::KeepAlive"]},{"text":"impl Send for MaxConnectionRate","synthetic":true,"types":["actix_settings::settings::max_connection_rate::MaxConnectionRate"]},{"text":"impl Send for MaxConnections","synthetic":true,"types":["actix_settings::settings::max_connections::MaxConnections"]},{"text":"impl Send for Mode","synthetic":true,"types":["actix_settings::settings::mode::Mode"]},{"text":"impl Send for NumWorkers","synthetic":true,"types":["actix_settings::settings::num_workers::NumWorkers"]},{"text":"impl Send for Timeout","synthetic":true,"types":["actix_settings::settings::timeout::Timeout"]},{"text":"impl Send for Tls","synthetic":true,"types":["actix_settings::settings::tls::Tls"]},{"text":"impl Send for ActixSettings","synthetic":true,"types":["actix_settings::settings::ActixSettings"]},{"text":"impl<A> Send for BasicSettings<A> where
A: Send, ","synthetic":true,"types":["actix_settings::BasicSettings"]},{"text":"impl Send for NoSettings","synthetic":true,"types":["actix_settings::NoSettings"]}];
implementors["actix_web_httpauth"] = [{"text":"impl Send for Config","synthetic":true,"types":["actix_web_httpauth::extractors::basic::Config"]},{"text":"impl Send for BasicAuth","synthetic":true,"types":["actix_web_httpauth::extractors::basic::BasicAuth"]},{"text":"impl Send for Error","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::errors::Error"]},{"text":"impl Send for Config","synthetic":true,"types":["actix_web_httpauth::extractors::bearer::Config"]},{"text":"impl Send for BearerAuth","synthetic":true,"types":["actix_web_httpauth::extractors::bearer::BearerAuth"]},{"text":"impl<C> Send for AuthenticationError<C>","synthetic":true,"types":["actix_web_httpauth::extractors::errors::AuthenticationError"]},{"text":"impl Send for ParseError","synthetic":true,"types":["actix_web_httpauth::headers::authorization::errors::ParseError"]},{"text":"impl<S> Send for Authorization<S>","synthetic":true,"types":["actix_web_httpauth::headers::authorization::header::Authorization"]},{"text":"impl Send for Basic","synthetic":true,"types":["actix_web_httpauth::headers::authorization::scheme::basic::Basic"]},{"text":"impl Send for Bearer","synthetic":true,"types":["actix_web_httpauth::headers::authorization::scheme::bearer::Bearer"]},{"text":"impl Send for Basic","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::basic::Basic"]},{"text":"impl Send for BearerBuilder","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::builder::BearerBuilder"]},{"text":"impl Send for Bearer","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::challenge::Bearer"]},{"text":"impl<C> Send for WwwAuthenticate<C>","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::header::WwwAuthenticate"]},{"text":"impl<T, F> Send for HttpAuthentication<T, F> where
F: Send + Sync,
T: Send, ","synthetic":true,"types":["actix_web_httpauth::middleware::HttpAuthentication"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/implementors/core/marker/trait.StructuralEq.js b/implementors/core/marker/trait.StructuralEq.js
index 80f718310..fecc10e13 100644
--- a/implementors/core/marker/trait.StructuralEq.js
+++ b/implementors/core/marker/trait.StructuralEq.js
@@ -1,5 +1,5 @@
(function() {var implementors = {};
implementors["actix_session"] = [{"text":"impl StructuralEq for SessionStatus","synthetic":false,"types":["actix_session::session::SessionStatus"]},{"text":"impl StructuralEq for SessionKey","synthetic":false,"types":["actix_session::storage::session_key::SessionKey"]}];
-implementors["actix_settings"] = [{"text":"impl StructuralEq for Address","synthetic":false,"types":["actix_settings::actix::address::Address"]},{"text":"impl StructuralEq for Backlog","synthetic":false,"types":["actix_settings::actix::backlog::Backlog"]},{"text":"impl StructuralEq for KeepAlive","synthetic":false,"types":["actix_settings::actix::keep_alive::KeepAlive"]},{"text":"impl StructuralEq for MaxConnectionRate","synthetic":false,"types":["actix_settings::actix::max_connection_rate::MaxConnectionRate"]},{"text":"impl StructuralEq for MaxConnections","synthetic":false,"types":["actix_settings::actix::max_connections::MaxConnections"]},{"text":"impl StructuralEq for Mode","synthetic":false,"types":["actix_settings::actix::mode::Mode"]},{"text":"impl StructuralEq for NumWorkers","synthetic":false,"types":["actix_settings::actix::num_workers::NumWorkers"]},{"text":"impl StructuralEq for Timeout","synthetic":false,"types":["actix_settings::actix::timeout::Timeout"]},{"text":"impl StructuralEq for Tls","synthetic":false,"types":["actix_settings::actix::tls::Tls"]},{"text":"impl StructuralEq for ActixSettings","synthetic":false,"types":["actix_settings::actix::ActixSettings"]},{"text":"impl<A> StructuralEq for BasicSettings<A>","synthetic":false,"types":["actix_settings::BasicSettings"]},{"text":"impl StructuralEq for NoSettings","synthetic":false,"types":["actix_settings::NoSettings"]}];
+implementors["actix_settings"] = [{"text":"impl StructuralEq for Address","synthetic":false,"types":["actix_settings::settings::address::Address"]},{"text":"impl StructuralEq for Backlog","synthetic":false,"types":["actix_settings::settings::backlog::Backlog"]},{"text":"impl StructuralEq for KeepAlive","synthetic":false,"types":["actix_settings::settings::keep_alive::KeepAlive"]},{"text":"impl StructuralEq for MaxConnectionRate","synthetic":false,"types":["actix_settings::settings::max_connection_rate::MaxConnectionRate"]},{"text":"impl StructuralEq for MaxConnections","synthetic":false,"types":["actix_settings::settings::max_connections::MaxConnections"]},{"text":"impl StructuralEq for Mode","synthetic":false,"types":["actix_settings::settings::mode::Mode"]},{"text":"impl StructuralEq for NumWorkers","synthetic":false,"types":["actix_settings::settings::num_workers::NumWorkers"]},{"text":"impl StructuralEq for Timeout","synthetic":false,"types":["actix_settings::settings::timeout::Timeout"]},{"text":"impl StructuralEq for Tls","synthetic":false,"types":["actix_settings::settings::tls::Tls"]},{"text":"impl StructuralEq for ActixSettings","synthetic":false,"types":["actix_settings::settings::ActixSettings"]},{"text":"impl<A> StructuralEq for BasicSettings<A>","synthetic":false,"types":["actix_settings::BasicSettings"]},{"text":"impl StructuralEq for NoSettings","synthetic":false,"types":["actix_settings::NoSettings"]}];
implementors["actix_web_httpauth"] = [{"text":"impl<S: Scheme> StructuralEq for Authorization<S>","synthetic":false,"types":["actix_web_httpauth::headers::authorization::header::Authorization"]},{"text":"impl StructuralEq for Basic","synthetic":false,"types":["actix_web_httpauth::headers::authorization::scheme::basic::Basic"]},{"text":"impl StructuralEq for Bearer","synthetic":false,"types":["actix_web_httpauth::headers::authorization::scheme::bearer::Bearer"]},{"text":"impl StructuralEq for Basic","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::basic::Basic"]},{"text":"impl StructuralEq for Bearer","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::challenge::Bearer"]},{"text":"impl StructuralEq for Error","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::errors::Error"]},{"text":"impl<C: Challenge> StructuralEq for WwwAuthenticate<C>","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::header::WwwAuthenticate"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/implementors/core/marker/trait.StructuralPartialEq.js b/implementors/core/marker/trait.StructuralPartialEq.js
index 7664bbf88..b81249c98 100644
--- a/implementors/core/marker/trait.StructuralPartialEq.js
+++ b/implementors/core/marker/trait.StructuralPartialEq.js
@@ -1,5 +1,5 @@
(function() {var implementors = {};
implementors["actix_session"] = [{"text":"impl StructuralPartialEq for SessionStatus","synthetic":false,"types":["actix_session::session::SessionStatus"]},{"text":"impl StructuralPartialEq for SessionKey","synthetic":false,"types":["actix_session::storage::session_key::SessionKey"]}];
-implementors["actix_settings"] = [{"text":"impl StructuralPartialEq for Address","synthetic":false,"types":["actix_settings::actix::address::Address"]},{"text":"impl StructuralPartialEq for Backlog","synthetic":false,"types":["actix_settings::actix::backlog::Backlog"]},{"text":"impl StructuralPartialEq for KeepAlive","synthetic":false,"types":["actix_settings::actix::keep_alive::KeepAlive"]},{"text":"impl StructuralPartialEq for MaxConnectionRate","synthetic":false,"types":["actix_settings::actix::max_connection_rate::MaxConnectionRate"]},{"text":"impl StructuralPartialEq for MaxConnections","synthetic":false,"types":["actix_settings::actix::max_connections::MaxConnections"]},{"text":"impl StructuralPartialEq for Mode","synthetic":false,"types":["actix_settings::actix::mode::Mode"]},{"text":"impl StructuralPartialEq for NumWorkers","synthetic":false,"types":["actix_settings::actix::num_workers::NumWorkers"]},{"text":"impl StructuralPartialEq for Timeout","synthetic":false,"types":["actix_settings::actix::timeout::Timeout"]},{"text":"impl StructuralPartialEq for Tls","synthetic":false,"types":["actix_settings::actix::tls::Tls"]},{"text":"impl StructuralPartialEq for ActixSettings","synthetic":false,"types":["actix_settings::actix::ActixSettings"]},{"text":"impl<A> StructuralPartialEq for BasicSettings<A>","synthetic":false,"types":["actix_settings::BasicSettings"]},{"text":"impl StructuralPartialEq for NoSettings","synthetic":false,"types":["actix_settings::NoSettings"]}];
+implementors["actix_settings"] = [{"text":"impl StructuralPartialEq for Address","synthetic":false,"types":["actix_settings::settings::address::Address"]},{"text":"impl StructuralPartialEq for Backlog","synthetic":false,"types":["actix_settings::settings::backlog::Backlog"]},{"text":"impl StructuralPartialEq for KeepAlive","synthetic":false,"types":["actix_settings::settings::keep_alive::KeepAlive"]},{"text":"impl StructuralPartialEq for MaxConnectionRate","synthetic":false,"types":["actix_settings::settings::max_connection_rate::MaxConnectionRate"]},{"text":"impl StructuralPartialEq for MaxConnections","synthetic":false,"types":["actix_settings::settings::max_connections::MaxConnections"]},{"text":"impl StructuralPartialEq for Mode","synthetic":false,"types":["actix_settings::settings::mode::Mode"]},{"text":"impl StructuralPartialEq for NumWorkers","synthetic":false,"types":["actix_settings::settings::num_workers::NumWorkers"]},{"text":"impl StructuralPartialEq for Timeout","synthetic":false,"types":["actix_settings::settings::timeout::Timeout"]},{"text":"impl StructuralPartialEq for Tls","synthetic":false,"types":["actix_settings::settings::tls::Tls"]},{"text":"impl StructuralPartialEq for ActixSettings","synthetic":false,"types":["actix_settings::settings::ActixSettings"]},{"text":"impl<A> StructuralPartialEq for BasicSettings<A>","synthetic":false,"types":["actix_settings::BasicSettings"]},{"text":"impl StructuralPartialEq for NoSettings","synthetic":false,"types":["actix_settings::NoSettings"]}];
implementors["actix_web_httpauth"] = [{"text":"impl<S: Scheme> StructuralPartialEq for Authorization<S>","synthetic":false,"types":["actix_web_httpauth::headers::authorization::header::Authorization"]},{"text":"impl StructuralPartialEq for Basic","synthetic":false,"types":["actix_web_httpauth::headers::authorization::scheme::basic::Basic"]},{"text":"impl StructuralPartialEq for Bearer","synthetic":false,"types":["actix_web_httpauth::headers::authorization::scheme::bearer::Bearer"]},{"text":"impl StructuralPartialEq for Basic","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::basic::Basic"]},{"text":"impl StructuralPartialEq for Bearer","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::challenge::Bearer"]},{"text":"impl StructuralPartialEq for Error","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::errors::Error"]},{"text":"impl<C: Challenge> StructuralPartialEq for WwwAuthenticate<C>","synthetic":false,"types":["actix_web_httpauth::headers::www_authenticate::header::WwwAuthenticate"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/implementors/core/marker/trait.Sync.js b/implementors/core/marker/trait.Sync.js
index 964fb2fc1..ef3e3c702 100644
--- a/implementors/core/marker/trait.Sync.js
+++ b/implementors/core/marker/trait.Sync.js
@@ -5,6 +5,6 @@ implementors["actix_limitation"] = [{"text":"impl Sync for ProtoBufPayloadError","synthetic":true,"types":["actix_protobuf::ProtoBufPayloadError"]},{"text":"impl<T> Sync for ProtoBuf<T>","synthetic":true,"types":["actix_protobuf::ProtoBuf"]},{"text":"impl Sync for ProtoBufConfig","synthetic":true,"types":["actix_protobuf::ProtoBufConfig"]},{"text":"impl<T> !Sync for ProtoBufMessage<T>","synthetic":true,"types":["actix_protobuf::ProtoBufMessage"]}];
implementors["actix_redis"] = [{"text":"impl Sync for Command","synthetic":true,"types":["actix_redis::redis::Command"]},{"text":"impl !Sync for RedisActor","synthetic":true,"types":["actix_redis::redis::RedisActor"]},{"text":"impl Sync for Error","synthetic":true,"types":["actix_redis::Error"]}];
implementors["actix_session"] = [{"text":"impl Sync for SessionLifecycle","synthetic":true,"types":["actix_session::config::SessionLifecycle"]},{"text":"impl Sync for BrowserSession","synthetic":true,"types":["actix_session::config::BrowserSession"]},{"text":"impl Sync for PersistentSession","synthetic":true,"types":["actix_session::config::PersistentSession"]},{"text":"impl Sync for TtlExtensionPolicy","synthetic":true,"types":["actix_session::config::TtlExtensionPolicy"]},{"text":"impl Sync for CookieContentSecurity","synthetic":true,"types":["actix_session::config::CookieContentSecurity"]},{"text":"impl<Store> Sync for SessionMiddlewareBuilder<Store> where
Store: Sync, ","synthetic":true,"types":["actix_session::config::SessionMiddlewareBuilder"]},{"text":"impl<Store> !Sync for SessionMiddleware<Store>","synthetic":true,"types":["actix_session::middleware::SessionMiddleware"]},{"text":"impl !Sync for Session","synthetic":true,"types":["actix_session::session::Session"]},{"text":"impl Sync for SessionStatus","synthetic":true,"types":["actix_session::session::SessionStatus"]},{"text":"impl Sync for SessionGetError","synthetic":true,"types":["actix_session::session::SessionGetError"]},{"text":"impl Sync for SessionInsertError","synthetic":true,"types":["actix_session::session::SessionInsertError"]},{"text":"impl Sync for LoadError","synthetic":true,"types":["actix_session::storage::interface::LoadError"]},{"text":"impl Sync for SaveError","synthetic":true,"types":["actix_session::storage::interface::SaveError"]},{"text":"impl Sync for UpdateError","synthetic":true,"types":["actix_session::storage::interface::UpdateError"]},{"text":"impl Sync for SessionKey","synthetic":true,"types":["actix_session::storage::session_key::SessionKey"]},{"text":"impl Sync for CookieSessionStore","synthetic":true,"types":["actix_session::storage::cookie::CookieSessionStore"]},{"text":"impl !Sync for RedisActorSessionStore","synthetic":true,"types":["actix_session::storage::redis_actor::RedisActorSessionStore"]},{"text":"impl !Sync for RedisActorSessionStoreBuilder","synthetic":true,"types":["actix_session::storage::redis_actor::RedisActorSessionStoreBuilder"]},{"text":"impl Sync for RedisSessionStore","synthetic":true,"types":["actix_session::storage::redis_rs::RedisSessionStore"]},{"text":"impl Sync for RedisSessionStoreBuilder","synthetic":true,"types":["actix_session::storage::redis_rs::RedisSessionStoreBuilder"]}];
-implementors["actix_settings"] = [{"text":"impl Sync for AtError","synthetic":true,"types":["actix_settings::error::AtError"]},{"text":"impl Sync for Address","synthetic":true,"types":["actix_settings::actix::address::Address"]},{"text":"impl Sync for Backlog","synthetic":true,"types":["actix_settings::actix::backlog::Backlog"]},{"text":"impl Sync for KeepAlive","synthetic":true,"types":["actix_settings::actix::keep_alive::KeepAlive"]},{"text":"impl Sync for MaxConnectionRate","synthetic":true,"types":["actix_settings::actix::max_connection_rate::MaxConnectionRate"]},{"text":"impl Sync for MaxConnections","synthetic":true,"types":["actix_settings::actix::max_connections::MaxConnections"]},{"text":"impl Sync for Mode","synthetic":true,"types":["actix_settings::actix::mode::Mode"]},{"text":"impl Sync for NumWorkers","synthetic":true,"types":["actix_settings::actix::num_workers::NumWorkers"]},{"text":"impl Sync for Timeout","synthetic":true,"types":["actix_settings::actix::timeout::Timeout"]},{"text":"impl Sync for Tls","synthetic":true,"types":["actix_settings::actix::tls::Tls"]},{"text":"impl Sync for ActixSettings","synthetic":true,"types":["actix_settings::actix::ActixSettings"]},{"text":"impl<A> Sync for BasicSettings<A> where
A: Sync, ","synthetic":true,"types":["actix_settings::BasicSettings"]},{"text":"impl Sync for NoSettings","synthetic":true,"types":["actix_settings::NoSettings"]}];
+implementors["actix_settings"] = [{"text":"impl Sync for AtError","synthetic":true,"types":["actix_settings::error::AtError"]},{"text":"impl Sync for Address","synthetic":true,"types":["actix_settings::settings::address::Address"]},{"text":"impl Sync for Backlog","synthetic":true,"types":["actix_settings::settings::backlog::Backlog"]},{"text":"impl Sync for KeepAlive","synthetic":true,"types":["actix_settings::settings::keep_alive::KeepAlive"]},{"text":"impl Sync for MaxConnectionRate","synthetic":true,"types":["actix_settings::settings::max_connection_rate::MaxConnectionRate"]},{"text":"impl Sync for MaxConnections","synthetic":true,"types":["actix_settings::settings::max_connections::MaxConnections"]},{"text":"impl Sync for Mode","synthetic":true,"types":["actix_settings::settings::mode::Mode"]},{"text":"impl Sync for NumWorkers","synthetic":true,"types":["actix_settings::settings::num_workers::NumWorkers"]},{"text":"impl Sync for Timeout","synthetic":true,"types":["actix_settings::settings::timeout::Timeout"]},{"text":"impl Sync for Tls","synthetic":true,"types":["actix_settings::settings::tls::Tls"]},{"text":"impl Sync for ActixSettings","synthetic":true,"types":["actix_settings::settings::ActixSettings"]},{"text":"impl<A> Sync for BasicSettings<A> where
A: Sync, ","synthetic":true,"types":["actix_settings::BasicSettings"]},{"text":"impl Sync for NoSettings","synthetic":true,"types":["actix_settings::NoSettings"]}];
implementors["actix_web_httpauth"] = [{"text":"impl Sync for Config","synthetic":true,"types":["actix_web_httpauth::extractors::basic::Config"]},{"text":"impl Sync for BasicAuth","synthetic":true,"types":["actix_web_httpauth::extractors::basic::BasicAuth"]},{"text":"impl Sync for Error","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::errors::Error"]},{"text":"impl Sync for Config","synthetic":true,"types":["actix_web_httpauth::extractors::bearer::Config"]},{"text":"impl Sync for BearerAuth","synthetic":true,"types":["actix_web_httpauth::extractors::bearer::BearerAuth"]},{"text":"impl<C> Sync for AuthenticationError<C>","synthetic":true,"types":["actix_web_httpauth::extractors::errors::AuthenticationError"]},{"text":"impl Sync for ParseError","synthetic":true,"types":["actix_web_httpauth::headers::authorization::errors::ParseError"]},{"text":"impl<S> Sync for Authorization<S>","synthetic":true,"types":["actix_web_httpauth::headers::authorization::header::Authorization"]},{"text":"impl Sync for Basic","synthetic":true,"types":["actix_web_httpauth::headers::authorization::scheme::basic::Basic"]},{"text":"impl Sync for Bearer","synthetic":true,"types":["actix_web_httpauth::headers::authorization::scheme::bearer::Bearer"]},{"text":"impl Sync for Basic","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::basic::Basic"]},{"text":"impl Sync for BearerBuilder","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::builder::BearerBuilder"]},{"text":"impl Sync for Bearer","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::challenge::Bearer"]},{"text":"impl<C> Sync for WwwAuthenticate<C>","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::header::WwwAuthenticate"]},{"text":"impl<T, F> Sync for HttpAuthentication<T, F> where
F: Send + Sync,
T: Sync, ","synthetic":true,"types":["actix_web_httpauth::middleware::HttpAuthentication"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/implementors/core/marker/trait.Unpin.js b/implementors/core/marker/trait.Unpin.js
index ec002a084..5db7fee68 100644
--- a/implementors/core/marker/trait.Unpin.js
+++ b/implementors/core/marker/trait.Unpin.js
@@ -5,6 +5,6 @@ implementors["actix_limitation"] = [{"text":"impl Unpin for ProtoBufPayloadError","synthetic":true,"types":["actix_protobuf::ProtoBufPayloadError"]},{"text":"impl<T> Unpin for ProtoBuf<T> where
T: Unpin, ","synthetic":true,"types":["actix_protobuf::ProtoBuf"]},{"text":"impl Unpin for ProtoBufConfig","synthetic":true,"types":["actix_protobuf::ProtoBufConfig"]},{"text":"impl<T> Unpin for ProtoBufMessage<T>","synthetic":true,"types":["actix_protobuf::ProtoBufMessage"]}];
implementors["actix_redis"] = [{"text":"impl Unpin for Command","synthetic":true,"types":["actix_redis::redis::Command"]},{"text":"impl Unpin for RedisActor","synthetic":true,"types":["actix_redis::redis::RedisActor"]},{"text":"impl Unpin for Error","synthetic":true,"types":["actix_redis::Error"]}];
implementors["actix_session"] = [{"text":"impl Unpin for SessionLifecycle","synthetic":true,"types":["actix_session::config::SessionLifecycle"]},{"text":"impl Unpin for BrowserSession","synthetic":true,"types":["actix_session::config::BrowserSession"]},{"text":"impl Unpin for PersistentSession","synthetic":true,"types":["actix_session::config::PersistentSession"]},{"text":"impl Unpin for TtlExtensionPolicy","synthetic":true,"types":["actix_session::config::TtlExtensionPolicy"]},{"text":"impl Unpin for CookieContentSecurity","synthetic":true,"types":["actix_session::config::CookieContentSecurity"]},{"text":"impl<Store> Unpin for SessionMiddlewareBuilder<Store> where
Store: Unpin, ","synthetic":true,"types":["actix_session::config::SessionMiddlewareBuilder"]},{"text":"impl<Store> Unpin for SessionMiddleware<Store>","synthetic":true,"types":["actix_session::middleware::SessionMiddleware"]},{"text":"impl Unpin for Session","synthetic":true,"types":["actix_session::session::Session"]},{"text":"impl Unpin for SessionStatus","synthetic":true,"types":["actix_session::session::SessionStatus"]},{"text":"impl Unpin for SessionGetError","synthetic":true,"types":["actix_session::session::SessionGetError"]},{"text":"impl Unpin for SessionInsertError","synthetic":true,"types":["actix_session::session::SessionInsertError"]},{"text":"impl Unpin for LoadError","synthetic":true,"types":["actix_session::storage::interface::LoadError"]},{"text":"impl Unpin for SaveError","synthetic":true,"types":["actix_session::storage::interface::SaveError"]},{"text":"impl Unpin for UpdateError","synthetic":true,"types":["actix_session::storage::interface::UpdateError"]},{"text":"impl Unpin for SessionKey","synthetic":true,"types":["actix_session::storage::session_key::SessionKey"]},{"text":"impl Unpin for CookieSessionStore","synthetic":true,"types":["actix_session::storage::cookie::CookieSessionStore"]},{"text":"impl Unpin for RedisActorSessionStore","synthetic":true,"types":["actix_session::storage::redis_actor::RedisActorSessionStore"]},{"text":"impl Unpin for RedisActorSessionStoreBuilder","synthetic":true,"types":["actix_session::storage::redis_actor::RedisActorSessionStoreBuilder"]},{"text":"impl Unpin for RedisSessionStore","synthetic":true,"types":["actix_session::storage::redis_rs::RedisSessionStore"]},{"text":"impl Unpin for RedisSessionStoreBuilder","synthetic":true,"types":["actix_session::storage::redis_rs::RedisSessionStoreBuilder"]}];
-implementors["actix_settings"] = [{"text":"impl Unpin for AtError","synthetic":true,"types":["actix_settings::error::AtError"]},{"text":"impl Unpin for Address","synthetic":true,"types":["actix_settings::actix::address::Address"]},{"text":"impl Unpin for Backlog","synthetic":true,"types":["actix_settings::actix::backlog::Backlog"]},{"text":"impl Unpin for KeepAlive","synthetic":true,"types":["actix_settings::actix::keep_alive::KeepAlive"]},{"text":"impl Unpin for MaxConnectionRate","synthetic":true,"types":["actix_settings::actix::max_connection_rate::MaxConnectionRate"]},{"text":"impl Unpin for MaxConnections","synthetic":true,"types":["actix_settings::actix::max_connections::MaxConnections"]},{"text":"impl Unpin for Mode","synthetic":true,"types":["actix_settings::actix::mode::Mode"]},{"text":"impl Unpin for NumWorkers","synthetic":true,"types":["actix_settings::actix::num_workers::NumWorkers"]},{"text":"impl Unpin for Timeout","synthetic":true,"types":["actix_settings::actix::timeout::Timeout"]},{"text":"impl Unpin for Tls","synthetic":true,"types":["actix_settings::actix::tls::Tls"]},{"text":"impl Unpin for ActixSettings","synthetic":true,"types":["actix_settings::actix::ActixSettings"]},{"text":"impl<A> Unpin for BasicSettings<A> where
A: Unpin, ","synthetic":true,"types":["actix_settings::BasicSettings"]},{"text":"impl Unpin for NoSettings","synthetic":true,"types":["actix_settings::NoSettings"]}];
+implementors["actix_settings"] = [{"text":"impl Unpin for AtError","synthetic":true,"types":["actix_settings::error::AtError"]},{"text":"impl Unpin for Address","synthetic":true,"types":["actix_settings::settings::address::Address"]},{"text":"impl Unpin for Backlog","synthetic":true,"types":["actix_settings::settings::backlog::Backlog"]},{"text":"impl Unpin for KeepAlive","synthetic":true,"types":["actix_settings::settings::keep_alive::KeepAlive"]},{"text":"impl Unpin for MaxConnectionRate","synthetic":true,"types":["actix_settings::settings::max_connection_rate::MaxConnectionRate"]},{"text":"impl Unpin for MaxConnections","synthetic":true,"types":["actix_settings::settings::max_connections::MaxConnections"]},{"text":"impl Unpin for Mode","synthetic":true,"types":["actix_settings::settings::mode::Mode"]},{"text":"impl Unpin for NumWorkers","synthetic":true,"types":["actix_settings::settings::num_workers::NumWorkers"]},{"text":"impl Unpin for Timeout","synthetic":true,"types":["actix_settings::settings::timeout::Timeout"]},{"text":"impl Unpin for Tls","synthetic":true,"types":["actix_settings::settings::tls::Tls"]},{"text":"impl Unpin for ActixSettings","synthetic":true,"types":["actix_settings::settings::ActixSettings"]},{"text":"impl<A> Unpin for BasicSettings<A> where
A: Unpin, ","synthetic":true,"types":["actix_settings::BasicSettings"]},{"text":"impl Unpin for NoSettings","synthetic":true,"types":["actix_settings::NoSettings"]}];
implementors["actix_web_httpauth"] = [{"text":"impl Unpin for Config","synthetic":true,"types":["actix_web_httpauth::extractors::basic::Config"]},{"text":"impl Unpin for BasicAuth","synthetic":true,"types":["actix_web_httpauth::extractors::basic::BasicAuth"]},{"text":"impl Unpin for Error","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::errors::Error"]},{"text":"impl Unpin for Config","synthetic":true,"types":["actix_web_httpauth::extractors::bearer::Config"]},{"text":"impl Unpin for BearerAuth","synthetic":true,"types":["actix_web_httpauth::extractors::bearer::BearerAuth"]},{"text":"impl<C> Unpin for AuthenticationError<C> where
C: Unpin, ","synthetic":true,"types":["actix_web_httpauth::extractors::errors::AuthenticationError"]},{"text":"impl Unpin for ParseError","synthetic":true,"types":["actix_web_httpauth::headers::authorization::errors::ParseError"]},{"text":"impl<S> Unpin for Authorization<S> where
S: Unpin, ","synthetic":true,"types":["actix_web_httpauth::headers::authorization::header::Authorization"]},{"text":"impl Unpin for Basic","synthetic":true,"types":["actix_web_httpauth::headers::authorization::scheme::basic::Basic"]},{"text":"impl Unpin for Bearer","synthetic":true,"types":["actix_web_httpauth::headers::authorization::scheme::bearer::Bearer"]},{"text":"impl Unpin for Basic","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::basic::Basic"]},{"text":"impl Unpin for BearerBuilder","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::builder::BearerBuilder"]},{"text":"impl Unpin for Bearer","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::challenge::Bearer"]},{"text":"impl<C> Unpin for WwwAuthenticate<C> where
C: Unpin, ","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::header::WwwAuthenticate"]},{"text":"impl<T, F> Unpin for HttpAuthentication<T, F> where
T: Unpin, ","synthetic":true,"types":["actix_web_httpauth::middleware::HttpAuthentication"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js b/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js
index ffb937109..be538f755 100644
--- a/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js
+++ b/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js
@@ -5,6 +5,6 @@ implementors["actix_limitation"] = [{"text":"impl RefUnwindSafe for ProtoBufPayloadError","synthetic":true,"types":["actix_protobuf::ProtoBufPayloadError"]},{"text":"impl<T> RefUnwindSafe for ProtoBuf<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["actix_protobuf::ProtoBuf"]},{"text":"impl RefUnwindSafe for ProtoBufConfig","synthetic":true,"types":["actix_protobuf::ProtoBufConfig"]},{"text":"impl<T> !RefUnwindSafe for ProtoBufMessage<T>","synthetic":true,"types":["actix_protobuf::ProtoBufMessage"]}];
implementors["actix_redis"] = [{"text":"impl RefUnwindSafe for Command","synthetic":true,"types":["actix_redis::redis::Command"]},{"text":"impl !RefUnwindSafe for RedisActor","synthetic":true,"types":["actix_redis::redis::RedisActor"]},{"text":"impl !RefUnwindSafe for Error","synthetic":true,"types":["actix_redis::Error"]}];
implementors["actix_session"] = [{"text":"impl RefUnwindSafe for SessionLifecycle","synthetic":true,"types":["actix_session::config::SessionLifecycle"]},{"text":"impl RefUnwindSafe for BrowserSession","synthetic":true,"types":["actix_session::config::BrowserSession"]},{"text":"impl RefUnwindSafe for PersistentSession","synthetic":true,"types":["actix_session::config::PersistentSession"]},{"text":"impl RefUnwindSafe for TtlExtensionPolicy","synthetic":true,"types":["actix_session::config::TtlExtensionPolicy"]},{"text":"impl RefUnwindSafe for CookieContentSecurity","synthetic":true,"types":["actix_session::config::CookieContentSecurity"]},{"text":"impl<Store> RefUnwindSafe for SessionMiddlewareBuilder<Store> where
Store: RefUnwindSafe, ","synthetic":true,"types":["actix_session::config::SessionMiddlewareBuilder"]},{"text":"impl<Store> RefUnwindSafe for SessionMiddleware<Store> where
Store: RefUnwindSafe, ","synthetic":true,"types":["actix_session::middleware::SessionMiddleware"]},{"text":"impl !RefUnwindSafe for Session","synthetic":true,"types":["actix_session::session::Session"]},{"text":"impl RefUnwindSafe for SessionStatus","synthetic":true,"types":["actix_session::session::SessionStatus"]},{"text":"impl !RefUnwindSafe for SessionGetError","synthetic":true,"types":["actix_session::session::SessionGetError"]},{"text":"impl !RefUnwindSafe for SessionInsertError","synthetic":true,"types":["actix_session::session::SessionInsertError"]},{"text":"impl !RefUnwindSafe for LoadError","synthetic":true,"types":["actix_session::storage::interface::LoadError"]},{"text":"impl !RefUnwindSafe for SaveError","synthetic":true,"types":["actix_session::storage::interface::SaveError"]},{"text":"impl !RefUnwindSafe for UpdateError","synthetic":true,"types":["actix_session::storage::interface::UpdateError"]},{"text":"impl RefUnwindSafe for SessionKey","synthetic":true,"types":["actix_session::storage::session_key::SessionKey"]},{"text":"impl RefUnwindSafe for CookieSessionStore","synthetic":true,"types":["actix_session::storage::cookie::CookieSessionStore"]},{"text":"impl !RefUnwindSafe for RedisActorSessionStore","synthetic":true,"types":["actix_session::storage::redis_actor::RedisActorSessionStore"]},{"text":"impl !RefUnwindSafe for RedisActorSessionStoreBuilder","synthetic":true,"types":["actix_session::storage::redis_actor::RedisActorSessionStoreBuilder"]},{"text":"impl !RefUnwindSafe for RedisSessionStore","synthetic":true,"types":["actix_session::storage::redis_rs::RedisSessionStore"]},{"text":"impl !RefUnwindSafe for RedisSessionStoreBuilder","synthetic":true,"types":["actix_session::storage::redis_rs::RedisSessionStoreBuilder"]}];
-implementors["actix_settings"] = [{"text":"impl RefUnwindSafe for AtError","synthetic":true,"types":["actix_settings::error::AtError"]},{"text":"impl RefUnwindSafe for Address","synthetic":true,"types":["actix_settings::actix::address::Address"]},{"text":"impl RefUnwindSafe for Backlog","synthetic":true,"types":["actix_settings::actix::backlog::Backlog"]},{"text":"impl RefUnwindSafe for KeepAlive","synthetic":true,"types":["actix_settings::actix::keep_alive::KeepAlive"]},{"text":"impl RefUnwindSafe for MaxConnectionRate","synthetic":true,"types":["actix_settings::actix::max_connection_rate::MaxConnectionRate"]},{"text":"impl RefUnwindSafe for MaxConnections","synthetic":true,"types":["actix_settings::actix::max_connections::MaxConnections"]},{"text":"impl RefUnwindSafe for Mode","synthetic":true,"types":["actix_settings::actix::mode::Mode"]},{"text":"impl RefUnwindSafe for NumWorkers","synthetic":true,"types":["actix_settings::actix::num_workers::NumWorkers"]},{"text":"impl RefUnwindSafe for Timeout","synthetic":true,"types":["actix_settings::actix::timeout::Timeout"]},{"text":"impl RefUnwindSafe for Tls","synthetic":true,"types":["actix_settings::actix::tls::Tls"]},{"text":"impl RefUnwindSafe for ActixSettings","synthetic":true,"types":["actix_settings::actix::ActixSettings"]},{"text":"impl<A> RefUnwindSafe for BasicSettings<A> where
A: RefUnwindSafe, ","synthetic":true,"types":["actix_settings::BasicSettings"]},{"text":"impl RefUnwindSafe for NoSettings","synthetic":true,"types":["actix_settings::NoSettings"]}];
+implementors["actix_settings"] = [{"text":"impl RefUnwindSafe for AtError","synthetic":true,"types":["actix_settings::error::AtError"]},{"text":"impl RefUnwindSafe for Address","synthetic":true,"types":["actix_settings::settings::address::Address"]},{"text":"impl RefUnwindSafe for Backlog","synthetic":true,"types":["actix_settings::settings::backlog::Backlog"]},{"text":"impl RefUnwindSafe for KeepAlive","synthetic":true,"types":["actix_settings::settings::keep_alive::KeepAlive"]},{"text":"impl RefUnwindSafe for MaxConnectionRate","synthetic":true,"types":["actix_settings::settings::max_connection_rate::MaxConnectionRate"]},{"text":"impl RefUnwindSafe for MaxConnections","synthetic":true,"types":["actix_settings::settings::max_connections::MaxConnections"]},{"text":"impl RefUnwindSafe for Mode","synthetic":true,"types":["actix_settings::settings::mode::Mode"]},{"text":"impl RefUnwindSafe for NumWorkers","synthetic":true,"types":["actix_settings::settings::num_workers::NumWorkers"]},{"text":"impl RefUnwindSafe for Timeout","synthetic":true,"types":["actix_settings::settings::timeout::Timeout"]},{"text":"impl RefUnwindSafe for Tls","synthetic":true,"types":["actix_settings::settings::tls::Tls"]},{"text":"impl RefUnwindSafe for ActixSettings","synthetic":true,"types":["actix_settings::settings::ActixSettings"]},{"text":"impl<A> RefUnwindSafe for BasicSettings<A> where
A: RefUnwindSafe, ","synthetic":true,"types":["actix_settings::BasicSettings"]},{"text":"impl RefUnwindSafe for NoSettings","synthetic":true,"types":["actix_settings::NoSettings"]}];
implementors["actix_web_httpauth"] = [{"text":"impl RefUnwindSafe for Config","synthetic":true,"types":["actix_web_httpauth::extractors::basic::Config"]},{"text":"impl RefUnwindSafe for BasicAuth","synthetic":true,"types":["actix_web_httpauth::extractors::basic::BasicAuth"]},{"text":"impl RefUnwindSafe for Error","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::errors::Error"]},{"text":"impl RefUnwindSafe for Config","synthetic":true,"types":["actix_web_httpauth::extractors::bearer::Config"]},{"text":"impl RefUnwindSafe for BearerAuth","synthetic":true,"types":["actix_web_httpauth::extractors::bearer::BearerAuth"]},{"text":"impl<C> RefUnwindSafe for AuthenticationError<C> where
C: RefUnwindSafe, ","synthetic":true,"types":["actix_web_httpauth::extractors::errors::AuthenticationError"]},{"text":"impl RefUnwindSafe for ParseError","synthetic":true,"types":["actix_web_httpauth::headers::authorization::errors::ParseError"]},{"text":"impl<S> RefUnwindSafe for Authorization<S> where
S: RefUnwindSafe, ","synthetic":true,"types":["actix_web_httpauth::headers::authorization::header::Authorization"]},{"text":"impl RefUnwindSafe for Basic","synthetic":true,"types":["actix_web_httpauth::headers::authorization::scheme::basic::Basic"]},{"text":"impl RefUnwindSafe for Bearer","synthetic":true,"types":["actix_web_httpauth::headers::authorization::scheme::bearer::Bearer"]},{"text":"impl RefUnwindSafe for Basic","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::basic::Basic"]},{"text":"impl RefUnwindSafe for BearerBuilder","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::builder::BearerBuilder"]},{"text":"impl RefUnwindSafe for Bearer","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::challenge::Bearer"]},{"text":"impl<C> RefUnwindSafe for WwwAuthenticate<C> where
C: RefUnwindSafe, ","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::header::WwwAuthenticate"]},{"text":"impl<T, F> RefUnwindSafe for HttpAuthentication<T, F> where
F: RefUnwindSafe,
T: RefUnwindSafe, ","synthetic":true,"types":["actix_web_httpauth::middleware::HttpAuthentication"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/implementors/core/panic/unwind_safe/trait.UnwindSafe.js b/implementors/core/panic/unwind_safe/trait.UnwindSafe.js
index 843fce5d8..786a0cb0e 100644
--- a/implementors/core/panic/unwind_safe/trait.UnwindSafe.js
+++ b/implementors/core/panic/unwind_safe/trait.UnwindSafe.js
@@ -5,6 +5,6 @@ implementors["actix_limitation"] = [{"text":"impl UnwindSafe for ProtoBufPayloadError","synthetic":true,"types":["actix_protobuf::ProtoBufPayloadError"]},{"text":"impl<T> UnwindSafe for ProtoBuf<T> where
T: UnwindSafe, ","synthetic":true,"types":["actix_protobuf::ProtoBuf"]},{"text":"impl UnwindSafe for ProtoBufConfig","synthetic":true,"types":["actix_protobuf::ProtoBufConfig"]},{"text":"impl<T> !UnwindSafe for ProtoBufMessage<T>","synthetic":true,"types":["actix_protobuf::ProtoBufMessage"]}];
implementors["actix_redis"] = [{"text":"impl UnwindSafe for Command","synthetic":true,"types":["actix_redis::redis::Command"]},{"text":"impl !UnwindSafe for RedisActor","synthetic":true,"types":["actix_redis::redis::RedisActor"]},{"text":"impl !UnwindSafe for Error","synthetic":true,"types":["actix_redis::Error"]}];
implementors["actix_session"] = [{"text":"impl UnwindSafe for SessionLifecycle","synthetic":true,"types":["actix_session::config::SessionLifecycle"]},{"text":"impl UnwindSafe for BrowserSession","synthetic":true,"types":["actix_session::config::BrowserSession"]},{"text":"impl UnwindSafe for PersistentSession","synthetic":true,"types":["actix_session::config::PersistentSession"]},{"text":"impl UnwindSafe for TtlExtensionPolicy","synthetic":true,"types":["actix_session::config::TtlExtensionPolicy"]},{"text":"impl UnwindSafe for CookieContentSecurity","synthetic":true,"types":["actix_session::config::CookieContentSecurity"]},{"text":"impl<Store> UnwindSafe for SessionMiddlewareBuilder<Store> where
Store: UnwindSafe, ","synthetic":true,"types":["actix_session::config::SessionMiddlewareBuilder"]},{"text":"impl<Store> UnwindSafe for SessionMiddleware<Store> where
Store: RefUnwindSafe, ","synthetic":true,"types":["actix_session::middleware::SessionMiddleware"]},{"text":"impl !UnwindSafe for Session","synthetic":true,"types":["actix_session::session::Session"]},{"text":"impl UnwindSafe for SessionStatus","synthetic":true,"types":["actix_session::session::SessionStatus"]},{"text":"impl !UnwindSafe for SessionGetError","synthetic":true,"types":["actix_session::session::SessionGetError"]},{"text":"impl !UnwindSafe for SessionInsertError","synthetic":true,"types":["actix_session::session::SessionInsertError"]},{"text":"impl !UnwindSafe for LoadError","synthetic":true,"types":["actix_session::storage::interface::LoadError"]},{"text":"impl !UnwindSafe for SaveError","synthetic":true,"types":["actix_session::storage::interface::SaveError"]},{"text":"impl !UnwindSafe for UpdateError","synthetic":true,"types":["actix_session::storage::interface::UpdateError"]},{"text":"impl UnwindSafe for SessionKey","synthetic":true,"types":["actix_session::storage::session_key::SessionKey"]},{"text":"impl UnwindSafe for CookieSessionStore","synthetic":true,"types":["actix_session::storage::cookie::CookieSessionStore"]},{"text":"impl !UnwindSafe for RedisActorSessionStore","synthetic":true,"types":["actix_session::storage::redis_actor::RedisActorSessionStore"]},{"text":"impl !UnwindSafe for RedisActorSessionStoreBuilder","synthetic":true,"types":["actix_session::storage::redis_actor::RedisActorSessionStoreBuilder"]},{"text":"impl !UnwindSafe for RedisSessionStore","synthetic":true,"types":["actix_session::storage::redis_rs::RedisSessionStore"]},{"text":"impl !UnwindSafe for RedisSessionStoreBuilder","synthetic":true,"types":["actix_session::storage::redis_rs::RedisSessionStoreBuilder"]}];
-implementors["actix_settings"] = [{"text":"impl UnwindSafe for AtError","synthetic":true,"types":["actix_settings::error::AtError"]},{"text":"impl UnwindSafe for Address","synthetic":true,"types":["actix_settings::actix::address::Address"]},{"text":"impl UnwindSafe for Backlog","synthetic":true,"types":["actix_settings::actix::backlog::Backlog"]},{"text":"impl UnwindSafe for KeepAlive","synthetic":true,"types":["actix_settings::actix::keep_alive::KeepAlive"]},{"text":"impl UnwindSafe for MaxConnectionRate","synthetic":true,"types":["actix_settings::actix::max_connection_rate::MaxConnectionRate"]},{"text":"impl UnwindSafe for MaxConnections","synthetic":true,"types":["actix_settings::actix::max_connections::MaxConnections"]},{"text":"impl UnwindSafe for Mode","synthetic":true,"types":["actix_settings::actix::mode::Mode"]},{"text":"impl UnwindSafe for NumWorkers","synthetic":true,"types":["actix_settings::actix::num_workers::NumWorkers"]},{"text":"impl UnwindSafe for Timeout","synthetic":true,"types":["actix_settings::actix::timeout::Timeout"]},{"text":"impl UnwindSafe for Tls","synthetic":true,"types":["actix_settings::actix::tls::Tls"]},{"text":"impl UnwindSafe for ActixSettings","synthetic":true,"types":["actix_settings::actix::ActixSettings"]},{"text":"impl<A> UnwindSafe for BasicSettings<A> where
A: UnwindSafe, ","synthetic":true,"types":["actix_settings::BasicSettings"]},{"text":"impl UnwindSafe for NoSettings","synthetic":true,"types":["actix_settings::NoSettings"]}];
+implementors["actix_settings"] = [{"text":"impl UnwindSafe for AtError","synthetic":true,"types":["actix_settings::error::AtError"]},{"text":"impl UnwindSafe for Address","synthetic":true,"types":["actix_settings::settings::address::Address"]},{"text":"impl UnwindSafe for Backlog","synthetic":true,"types":["actix_settings::settings::backlog::Backlog"]},{"text":"impl UnwindSafe for KeepAlive","synthetic":true,"types":["actix_settings::settings::keep_alive::KeepAlive"]},{"text":"impl UnwindSafe for MaxConnectionRate","synthetic":true,"types":["actix_settings::settings::max_connection_rate::MaxConnectionRate"]},{"text":"impl UnwindSafe for MaxConnections","synthetic":true,"types":["actix_settings::settings::max_connections::MaxConnections"]},{"text":"impl UnwindSafe for Mode","synthetic":true,"types":["actix_settings::settings::mode::Mode"]},{"text":"impl UnwindSafe for NumWorkers","synthetic":true,"types":["actix_settings::settings::num_workers::NumWorkers"]},{"text":"impl UnwindSafe for Timeout","synthetic":true,"types":["actix_settings::settings::timeout::Timeout"]},{"text":"impl UnwindSafe for Tls","synthetic":true,"types":["actix_settings::settings::tls::Tls"]},{"text":"impl UnwindSafe for ActixSettings","synthetic":true,"types":["actix_settings::settings::ActixSettings"]},{"text":"impl<A> UnwindSafe for BasicSettings<A> where
A: UnwindSafe, ","synthetic":true,"types":["actix_settings::BasicSettings"]},{"text":"impl UnwindSafe for NoSettings","synthetic":true,"types":["actix_settings::NoSettings"]}];
implementors["actix_web_httpauth"] = [{"text":"impl UnwindSafe for Config","synthetic":true,"types":["actix_web_httpauth::extractors::basic::Config"]},{"text":"impl UnwindSafe for BasicAuth","synthetic":true,"types":["actix_web_httpauth::extractors::basic::BasicAuth"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::errors::Error"]},{"text":"impl UnwindSafe for Config","synthetic":true,"types":["actix_web_httpauth::extractors::bearer::Config"]},{"text":"impl UnwindSafe for BearerAuth","synthetic":true,"types":["actix_web_httpauth::extractors::bearer::BearerAuth"]},{"text":"impl<C> UnwindSafe for AuthenticationError<C> where
C: UnwindSafe, ","synthetic":true,"types":["actix_web_httpauth::extractors::errors::AuthenticationError"]},{"text":"impl UnwindSafe for ParseError","synthetic":true,"types":["actix_web_httpauth::headers::authorization::errors::ParseError"]},{"text":"impl<S> UnwindSafe for Authorization<S> where
S: UnwindSafe, ","synthetic":true,"types":["actix_web_httpauth::headers::authorization::header::Authorization"]},{"text":"impl UnwindSafe for Basic","synthetic":true,"types":["actix_web_httpauth::headers::authorization::scheme::basic::Basic"]},{"text":"impl UnwindSafe for Bearer","synthetic":true,"types":["actix_web_httpauth::headers::authorization::scheme::bearer::Bearer"]},{"text":"impl UnwindSafe for Basic","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::basic::Basic"]},{"text":"impl UnwindSafe for BearerBuilder","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::builder::BearerBuilder"]},{"text":"impl UnwindSafe for Bearer","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::challenge::bearer::challenge::Bearer"]},{"text":"impl<C> UnwindSafe for WwwAuthenticate<C> where
C: UnwindSafe, ","synthetic":true,"types":["actix_web_httpauth::headers::www_authenticate::header::WwwAuthenticate"]},{"text":"impl<T, F> UnwindSafe for HttpAuthentication<T, F> where
F: RefUnwindSafe,
T: UnwindSafe, ","synthetic":true,"types":["actix_web_httpauth::middleware::HttpAuthentication"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/implementors/serde/de/trait.Deserialize.js b/implementors/serde/de/trait.Deserialize.js
index e43e35805..0541a8dd3 100644
--- a/implementors/serde/de/trait.Deserialize.js
+++ b/implementors/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {};
-implementors["actix_settings"] = [{"text":"impl<'de> Deserialize<'de> for Address","synthetic":false,"types":["actix_settings::actix::address::Address"]},{"text":"impl<'de> Deserialize<'de> for Backlog","synthetic":false,"types":["actix_settings::actix::backlog::Backlog"]},{"text":"impl<'de> Deserialize<'de> for KeepAlive","synthetic":false,"types":["actix_settings::actix::keep_alive::KeepAlive"]},{"text":"impl<'de> Deserialize<'de> for MaxConnectionRate","synthetic":false,"types":["actix_settings::actix::max_connection_rate::MaxConnectionRate"]},{"text":"impl<'de> Deserialize<'de> for MaxConnections","synthetic":false,"types":["actix_settings::actix::max_connections::MaxConnections"]},{"text":"impl<'de> Deserialize<'de> for Mode","synthetic":false,"types":["actix_settings::actix::mode::Mode"]},{"text":"impl<'de> Deserialize<'de> for NumWorkers","synthetic":false,"types":["actix_settings::actix::num_workers::NumWorkers"]},{"text":"impl<'de> Deserialize<'de> for Timeout","synthetic":false,"types":["actix_settings::actix::timeout::Timeout"]},{"text":"impl<'de> Deserialize<'de> for Tls","synthetic":false,"types":["actix_settings::actix::tls::Tls"]},{"text":"impl<'de> Deserialize<'de> for ActixSettings","synthetic":false,"types":["actix_settings::actix::ActixSettings"]},{"text":"impl<'de, A> Deserialize<'de> for BasicSettings<A> where
A: Deserialize<'de>, ","synthetic":false,"types":["actix_settings::BasicSettings"]},{"text":"impl<'de> Deserialize<'de> for NoSettings","synthetic":false,"types":["actix_settings::NoSettings"]}];
+implementors["actix_settings"] = [{"text":"impl<'de> Deserialize<'de> for Address","synthetic":false,"types":["actix_settings::settings::address::Address"]},{"text":"impl<'de> Deserialize<'de> for Backlog","synthetic":false,"types":["actix_settings::settings::backlog::Backlog"]},{"text":"impl<'de> Deserialize<'de> for KeepAlive","synthetic":false,"types":["actix_settings::settings::keep_alive::KeepAlive"]},{"text":"impl<'de> Deserialize<'de> for MaxConnectionRate","synthetic":false,"types":["actix_settings::settings::max_connection_rate::MaxConnectionRate"]},{"text":"impl<'de> Deserialize<'de> for MaxConnections","synthetic":false,"types":["actix_settings::settings::max_connections::MaxConnections"]},{"text":"impl<'de> Deserialize<'de> for Mode","synthetic":false,"types":["actix_settings::settings::mode::Mode"]},{"text":"impl<'de> Deserialize<'de> for NumWorkers","synthetic":false,"types":["actix_settings::settings::num_workers::NumWorkers"]},{"text":"impl<'de> Deserialize<'de> for Timeout","synthetic":false,"types":["actix_settings::settings::timeout::Timeout"]},{"text":"impl<'de> Deserialize<'de> for Tls","synthetic":false,"types":["actix_settings::settings::tls::Tls"]},{"text":"impl<'de> Deserialize<'de> for ActixSettings","synthetic":false,"types":["actix_settings::settings::ActixSettings"]},{"text":"impl<'de, A> Deserialize<'de> for BasicSettings<A> where
A: Deserialize<'de>, ","synthetic":false,"types":["actix_settings::BasicSettings"]},{"text":"impl<'de> Deserialize<'de> for NoSettings","synthetic":false,"types":["actix_settings::NoSettings"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/search-index.js b/search-index.js
index 725f0f561..d1e74fc3c 100644
--- a/search-index.js
+++ b/search-index.js
@@ -5,7 +5,7 @@ var searchIndex = JSON.parse('{\
"actix_protobuf":{"doc":"Protobuf payload extractor for Actix Web.","t":[12,13,13,13,13,3,3,3,4,8,13,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12],"n":["0","ContentType","Deserialize","Overflow","Payload","ProtoBuf","ProtoBufConfig","ProtoBufMessage","ProtoBufPayloadError","ProtoBufResponseBuilder","Serialize","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","default","deref","deref_mut","error_response","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_request","into","into","into","into","into_future","limit","limit","new","poll","protobuf","resource_path","respond_to","to_string","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_poll","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","0","0","0"],"q":["actix_protobuf","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","actix_protobuf::ProtoBufPayloadError","",""],"d":["","Content type error","Deserialize error","Payload size is bigger than 256k","Payload error","","","","","","Serialize error","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","","Change max size of payload. By default max size is 256Kb","Change max size of payload. By default max size is 256Kb","Create ProtoBufMessage
for request.","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[3,4,4,4,4,0,0,0,0,0,4,3,1,14,4,3,1,14,4,1,3,3,4,3,3,4,4,3,1,14,4,4,4,3,3,1,14,4,14,1,14,14,14,23,3,3,3,4,3,1,14,4,3,1,14,4,14,3,1,14,4,3,1,14,4,24,25,26],"f":[0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],1],[[[3,[2]]]],[[[3,[2]]]],[4,5],[[[3,[2]],6],7],[[[3,[2]],6],7],[[4,6],7],[[4,6],7],[[]],[[]],[[]],[8,4],[[]],[9,4],[[10,11]],[[]],[[]],[[]],[[]],[[]],[[1,12],1],[[[14,[[0,[2,13]]]],12],[[14,[[0,[2,13]]]]]],[[10,11],[[14,[[0,[2,13]]]]]],[[[15,[[14,[[0,[2,13]]]]]],16],17],[2,[[19,[5,18]]]],[[],20],[[[3,[[0,[2,13]]]],10],5],[[],21],[[],21],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[15,16],17],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],0,0,0],"p":[[3,"ProtoBufConfig"],[8,"Message"],[3,"ProtoBuf"],[4,"ProtoBufPayloadError"],[3,"HttpResponse"],[3,"Formatter"],[6,"Result"],[4,"PayloadError"],[3,"DecodeError"],[3,"HttpRequest"],[4,"Payload"],[15,"usize"],[8,"Default"],[3,"ProtoBufMessage"],[3,"Pin"],[3,"Context"],[4,"Poll"],[3,"Error"],[4,"Result"],[3,"Path"],[3,"String"],[3,"TypeId"],[8,"ProtoBufResponseBuilder"],[13,"Serialize"],[13,"Deserialize"],[13,"Payload"]]},\
"actix_redis":{"doc":"Redis integration for actix
.","t":[12,13,13,3,13,13,4,13,13,13,13,13,13,13,3,13,13,4,4,13,13,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,14,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12],"n":["0","Array","BulkString","Command","Connection","Disconnected","Error","Error","IO","Integer","Internal","Nil","NotConnected","Redis","RedisActor","Remote","Resp","RespError","RespValue","SimpleString","Unexpected","append","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","eq","equivalent","error","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_resp_int","handle","handle","into","into","into","into","into","ne","push","resp_array","restarting","source","source","start","started","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","0","0","0","0","0","0","0","1","0","0","0","0","0"],"q":["actix_redis","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","actix_redis::Error","actix_redis::RespError","","","","","","","actix_redis::RespValue","","","",""],"d":["","Zero, one or more other RespValue
s.","A bulk string. In Redis terminology a string is a …","Command for sending data to Redis.","Error creating a connection, or an error with a connection …","Cancel all waiters when connection is dropped.","General purpose actix-redis
error.","An error from the Redis server","An IO error occurred","Redis documentation defines an integer as being a signed …","A non-specific internal error that prevented an operation …","","Receiving message during reconnecting.","","Redis communication actor.","A remote error","A RESP parsing/serialising error occurred","","A single RESP value, this owns the data that is read/to-be …","","An unexpected error. In this context “unexpected” …","Convenience function for building dynamic Redis commands …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","","Push item to Resp array","Macro to create a RESP array, useful for preparing …","","","","Start new Supervisor
with RedisActor
.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[7,1,1,0,13,10,0,1,13,1,13,1,10,10,0,13,13,0,0,1,13,1,4,7,10,1,13,4,7,10,1,13,1,1,1,1,4,7,10,10,1,13,13,4,7,10,10,1,1,1,1,1,1,1,1,13,13,13,1,4,4,4,7,10,1,13,1,1,0,4,10,13,4,4,1,10,13,4,7,10,1,13,4,7,10,1,13,4,7,10,1,13,4,7,10,1,13,28,29,30,31,32,33,34,31,35,36,37,38,39],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[1,2],1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[1,1],[[]],[[1,1],3],[[],3],[[4,5],6],[[7,8],9],[[10,8],9],[[10,8],9],[[1,8],[[12,[11]]]],[[13,8],[[12,[11]]]],[[13,8],[[12,[11]]]],[[]],[[]],[13,10],[[]],[[],1],[[]],[14,1],[[[17,[15,16]]],1],[18,1],[14,1],[19,1],[[[20,[18]]],1],[[]],[21,13],[5,13],[1,[[12,[1,13]]]],[[4,[12,[1,13]]]],[[4,7]],[[]],[[]],[[]],[[]],[[]],[[1,1],3],[1],0,[4],[10,[[23,[22]]]],[13,[[23,[22]]]],[[[24,[14]]],[[25,[4]]]],[[4,26]],[[]],[[],14],[[],14],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],27],[[],27],[[],27],[[],27],[[],27],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0],"p":[[4,"RespValue"],[8,"IntoIterator"],[15,"bool"],[3,"RedisActor"],[3,"Error"],[4,"Running"],[3,"Command"],[3,"Formatter"],[6,"Result"],[4,"Error"],[3,"Error"],[4,"Result"],[4,"RespError"],[3,"String"],[15,"u8"],[3,"Global"],[3,"Vec"],[15,"str"],[15,"usize"],[3,"Arc"],[3,"TrySendError"],[8,"Error"],[4,"Option"],[8,"Into"],[3,"Addr"],[3,"Context"],[3,"TypeId"],[13,"Redis"],[13,"Internal"],[13,"IO"],[13,"Resp"],[13,"Remote"],[13,"Connection"],[13,"Unexpected"],[13,"Array"],[13,"BulkString"],[13,"Error"],[13,"Integer"],[13,"SimpleString"]]},\
"actix_session":{"doc":"Session management for Actix Web.","t":[13,13,13,3,8,3,3,3,4,13,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,3,13,4,13,13,3,13,13,4,3,13,4,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,3,13,4,13,13,13,3,3,3,3,4,13,13,3,8,4,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,11,11,11,11,11,11,10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,11,11,11,10,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12],"n":["Changed","Purged","Renewed","Session","SessionExt","SessionGetError","SessionInsertError","SessionMiddleware","SessionStatus","Unchanged","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","builder","clear","clone","clone","clone","clone_into","clone_into","clone_into","config","default","entries","eq","equivalent","error_response","error_response","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_request","get","get_session","insert","into","into","into","into","into","new","new_transform","purge","remove","remove_as","renew","source","source","status","storage","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","BrowserSession","BrowserSession","CookieContentSecurity","OnEveryRequest","OnStateChanges","PersistentSession","PersistentSession","Private","SessionLifecycle","SessionMiddlewareBuilder","Signed","TtlExtensionPolicy","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cookie_content_security","cookie_domain","cookie_http_only","cookie_name","cookie_path","cookie_same_site","cookie_secure","default","default","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","into","into","into","into","into","into","session_lifecycle","session_ttl","session_ttl_extension_policy","state_ttl","state_ttl_extension_policy","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","0","0","CookieSessionStore","Deserialization","LoadError","Other","Other","Other","RedisActorSessionStore","RedisActorSessionStoreBuilder","RedisSessionStore","RedisSessionStoreBuilder","SaveError","Serialization","Serialization","SessionKey","SessionStore","UpdateError","as_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build","builder","builder","cache_keygen","cache_keygen","clone","clone_into","default","delete","delete","delete","delete","eq","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","load","load","load","load","ne","new","new","save","save","save","save","source","source","source","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","update","update","update","update","update_ttl","update_ttl","update_ttl","update_ttl","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","0","0","0","0","0","0"],"q":["actix_session","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","actix_session::config","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","actix_session::config::SessionLifecycle","","actix_session::storage","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","actix_session::storage::LoadError","","actix_session::storage::SaveError","","actix_session::storage::UpdateError",""],"d":["Session state has been updated - the changes will have to …","The session has been flagged for deletion - the session …","The session has been flagged for renewal.","The primary interface to access and modify session state.","Extract a Session
object from various actix-web
types …","Error returned by Session::get
.","Error returned by Session::insert
.","A middleware for session management in Actix Web …","Status of a Session
.","The session state has not been modified since its …","","","","","","","","","","","A fluent API to configure SessionMiddleware
.","Clear the session.","","","","","","","Configuration options to tune the behaviour of …","","Get all raw key-value data from the session.","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","Get a value
from the session.","Extract a Session
object.","Inserts a key-value pair into the session.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Use SessionMiddleware::new
to initialize the session …","","Removes session both client and server side.","Remove value from the session.","Remove value from the session and deserialize.","Renews the session key, assigning existing session state …","","","Returns session status.","Pluggable storage backends for session state.","","","","","","","","","","","","","","","","","","","","","","","","","","A session lifecycle strategy where the session cookie …","The session cookie will expire when the current browser …","Determines how to secure the content of the session cookie.","The TTL is refreshed every time the server receives a …","The TTL is refreshed every time the session state changes …","A session lifecycle strategy where the session cookie will …","The session cookie will be a persistent cookie.","The cookie content is encrypted when using …","Determines what type of session cookie should be used and …","A fluent builder to construct a SessionMiddleware
instance …","The cookie content is signed when using …","Configuration for which events should trigger an extension …","","","","","","","","","","","","","Finalise the builder and return a SessionMiddleware
…","","","","","","","","","","","Choose how the session cookie content should be secured.","Set the Domain
attribute for the cookie used to store the …","Set the HttpOnly
attribute for the cookie used to store …","Set the name of the cookie used to store the session ID.","Set the Path
attribute for the cookie used to store the …","Set the SameSite
attribute for the cookie used to store …","Set the Secure
attribute for the cookie used to store the …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Determines what type of session cookie should be used and …","Specifies how long the session cookie should live.","Determines under what circumstances the TTL of your …","Sets a time-to-live (TTL) when storing the session state …","Determine under what circumstances the TTL of your session …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Use the session key, stored in the session cookie, as …","Failed to deserialize session state.","Possible failures modes for SessionStore::load
.","Something went wrong when retrieving the session state.","Something went wrong when persisting the session state.","Something went wrong when updating the session state.","Use Redis as session storage backend.","A fluent builder to construct a RedisActorSessionStore
…","Use Redis as session storage backend.","A fluent builder to construct a RedisSessionStore
instance …","Possible failures modes for SessionStore::save
.","Failed to serialize session state.","Failed to serialize session state.","A session key, the string stored in a client-side cookie …","The interface to retrieve and save the current session …","Possible failures modes for SessionStore::update
.","","","","","","","","","","","","","","","","","","","","Finalise the builder and return a RedisActorSessionStore
…","Finalise the builder and return a RedisActorSessionStore
…","A fluent API to configure RedisActorSessionStore
.","A fluent API to configure RedisSessionStore
. It takes as …","Set a custom cache key generation strategy, expecting a …","Set a custom cache key generation strategy, expecting a …","","","","Deletes a session from the store.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Loads the session state associated to a session key.","","","","","Create a new instance of RedisActorSessionStore
using the …","Create a new instance of RedisSessionStore
using the …","Persist the session state for a newly created session.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Updates the session state associated to a pre-existing …","","","","Updates the TTL of the session state associated to a …","","","","","","","","","","","","","","","","","",""],"i":[7,7,7,0,0,0,0,0,0,7,6,4,7,12,15,6,4,7,12,15,6,4,6,4,7,6,4,7,0,7,4,7,7,12,15,7,12,12,15,15,6,4,7,12,12,15,15,4,4,48,4,6,4,7,12,15,6,6,4,4,4,4,12,15,4,0,6,4,7,12,15,6,4,7,12,15,6,4,7,12,15,6,4,7,12,15,6,4,7,12,15,0,29,0,32,32,0,29,33,0,0,33,0,3,29,30,31,32,33,3,29,30,31,32,33,3,29,30,31,32,33,29,30,31,32,33,3,3,3,3,3,3,3,30,31,29,30,31,32,33,3,29,29,29,30,31,32,33,3,29,30,31,32,33,3,31,31,30,30,29,30,31,32,33,3,29,30,31,32,33,3,29,30,31,32,33,3,29,30,31,32,33,3,29,30,31,32,33,49,50,0,45,0,45,46,47,0,0,0,0,0,46,47,0,0,0,36,38,37,39,45,46,47,36,42,41,38,37,39,45,46,47,36,42,41,37,39,38,41,37,39,41,41,42,1,38,42,41,36,36,45,45,46,46,47,47,36,38,37,39,45,46,47,36,42,41,38,37,39,45,46,47,36,42,41,1,38,42,41,36,38,41,1,38,42,41,45,46,47,41,45,46,47,38,37,39,45,46,47,36,36,42,41,38,37,39,45,46,47,36,42,41,38,37,39,45,46,47,36,42,41,1,38,42,41,1,38,42,41,38,37,39,45,46,47,36,42,41,51,52,53,54,55,56],"f":[0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[1,2],[[3,[1]]]],[4],[[[6,[[0,[5,1]]]]],[[6,[[0,[5,1]]]]]],[4,4],[7,7],[[]],[[]],[[]],0,[[],7],[4,[[10,[[9,[8,8]]]]]],[[7,7],11],[[],11],[12,[[14,[13]]]],[15,[[14,[13]]]],[[7,16],17],[[12,16],17],[[12,16],17],[[15,16],17],[[15,16],17],[[]],[[]],[[]],[18,12],[[]],[18,15],[[]],[[19,20]],[[4,21],[[24,[[23,[22]],12]]]],[[],4],[[4,[25,[8]],26],[[24,[15]]]],[[]],[[]],[[]],[[]],[[]],[[1,2],[[6,[1]]]],[6],[4],[[4,21],[[23,[8]]]],[[4,21],[[23,[[24,[22,8]]]]]],[4],[12,[[23,[27]]]],[15,[[23,[27]]]],[4,7],0,[[]],[[]],[[]],[[],8],[[],8],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],28],[[],28],[[],28],[[],28],[[],28],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[3,[1]]],[[6,[1]]]],[29,29],[30,30],[31,31],[32,32],[33,33],[[]],[[]],[[]],[[]],[[]],[[[3,[1]],33],[[3,[1]]]],[[[3,[1]],[23,[8]]],[[3,[1]]]],[[[3,[1]],11],[[3,[1]]]],[[[3,[1]],8],[[3,[1]]]],[[[3,[1]],8],[[3,[1]]]],[[[3,[1]],34],[[3,[1]]]],[[[3,[1]],11],[[3,[1]]]],[[],30],[[],31],[[29,16],17],[[30,16],17],[[31,16],17],[[32,16],17],[[33,16],17],[[]],[[]],[30,29],[31,29],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[3,[1]],[25,[29]]],[[3,[1]]]],[[31,35],31],[[31,32],31],[[30,35],30],[[30,32],30],[[]],[[]],[[]],[[]],[[]],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[36,21],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[37,38],[39,40],[[[25,[8]]],37],[[[25,[8]]],39],[37,37],[39,39],[41,41],[[]],[[],42],[36,[[44,[[43,[40]]]]]],[[38,36],[[44,[[43,[40]]]]]],[[42,36],[[44,[[43,[40]]]]]],[[41,36],[[44,[[43,[40]]]]]],[[36,36],11],[[],11],[[45,16],17],[[45,16],17],[[46,16],17],[[46,16],17],[[47,16],17],[[47,16],17],[[36,16],17],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[36,[[44,[[43,[40]]]]]],[[38,36],[[44,[[43,[40]]]]]],[[42,36],[[44,[[43,[40]]]]]],[[41,36],[[44,[[43,[40]]]]]],[[36,36],11],[[[25,[8]]],38],[[[25,[8]]],40],[[[9,[8,8]],35],[[44,[[43,[40]]]]]],[[38,[9,[8,8]],35],[[44,[[43,[40]]]]]],[[42,[9,[8,8]],35],[[44,[[43,[40]]]]]],[[41,[9,[8,8]],35],[[44,[[43,[40]]]]]],[45,[[23,[27]]]],[46,[[23,[27]]]],[47,[[23,[27]]]],[[]],[[],8],[[],8],[[],8],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[8,[[24,[36]]]],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[36,[9,[8,8]],35],[[44,[[43,[40]]]]]],[[38,36,[9,[8,8]],35],[[44,[[43,[40]]]]]],[[42,36,[9,[8,8]],35],[[44,[[43,[40]]]]]],[[41,36,[9,[8,8]],35],[[44,[[43,[40]]]]]],[[36,35],[[44,[[43,[40]]]]]],[[38,36,35],[[44,[[43,[40]]]]]],[[42,36,35],[[44,[[43,[40]]]]]],[[41,36,35],[[44,[[43,[40]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0],"p":[[8,"SessionStore"],[3,"Key"],[3,"SessionMiddlewareBuilder"],[3,"Session"],[8,"Clone"],[3,"SessionMiddleware"],[4,"SessionStatus"],[3,"String"],[3,"HashMap"],[3,"Ref"],[15,"bool"],[3,"SessionGetError"],[3,"BoxBody"],[3,"HttpResponse"],[3,"SessionInsertError"],[3,"Formatter"],[6,"Result"],[3,"Error"],[3,"HttpRequest"],[4,"Payload"],[15,"str"],[8,"DeserializeOwned"],[4,"Option"],[4,"Result"],[8,"Into"],[8,"Serialize"],[8,"Error"],[3,"TypeId"],[4,"SessionLifecycle"],[3,"BrowserSession"],[3,"PersistentSession"],[4,"TtlExtensionPolicy"],[4,"CookieContentSecurity"],[4,"SameSite"],[3,"Duration"],[3,"SessionKey"],[3,"RedisActorSessionStoreBuilder"],[3,"RedisActorSessionStore"],[3,"RedisSessionStoreBuilder"],[8,"Future"],[3,"RedisSessionStore"],[3,"CookieSessionStore"],[3,"Box"],[3,"Pin"],[4,"LoadError"],[4,"SaveError"],[4,"UpdateError"],[8,"SessionExt"],[13,"BrowserSession"],[13,"PersistentSession"],[13,"Deserialization"],[13,"Other"],[13,"Serialization"],[13,"Other"],[13,"Serialization"],[13,"Other"]]},\
-"actix_settings":{"doc":"Easily manage Actix Web’s settings from a TOML file and …","t":[3,3,8,4,6,4,3,13,13,13,13,13,13,13,13,13,13,13,13,4,13,13,13,13,4,4,13,4,3,4,13,8,13,13,13,13,13,13,6,4,3,13,12,12,10,12,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,11,11,11,11,11,11,11,11,11,11,12,11,11,10,11,11,11,11,11,11,11,11,11,12,12,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12],"n":["ActixSettings","Address","ApplySettings","AtError","AtResult","Backlog","BasicSettings","Default","Default","Default","Default","Default","Default","Development","Disabled","EnvVarError","FileExists","InvalidValue","IoError","KeepAlive","Manual","Manual","Manual","Manual","MaxConnectionRate","MaxConnections","Milliseconds","Mode","NoSettings","NumWorkers","Os","Parse","ParseAddressError","ParseBoolError","ParseIntError","Production","Seconds","Seconds","Settings","Timeout","Tls","TomlError","actix","application","apply_settings","backlog","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","certificate","client_shutdown","client_timeout","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","enable_compression","enable_log","enabled","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_default_template","from_template","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","host","hosts","into","into","into","into","into","into","into","into","into","into","into","into","into","keep_alive","max_connection_rate","max_connections","mode","ne","ne","ne","ne","ne","ne","ne","ne","ne","ne","num_workers","override_field","override_field_with_env_var","parse","parse","parse","parse","parse","parse","parse","parse","parse","parse_toml","port","private_key","shutdown_timeout","tls","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","write_toml_file","0","0","0","0","0","0","0","column","expected","file","got","line","0","0","0","0","0","0","0"],"q":["actix_settings","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","actix_settings::AtError","","","","","","","","","","","","actix_settings::Backlog","actix_settings::KeepAlive","actix_settings::MaxConnectionRate","actix_settings::MaxConnections","actix_settings::NumWorkers","actix_settings::Timeout",""],"d":["Settings types for Actix Web.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Apply a BasicSettings
value to self
.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Parse an instance of Self
straight from the default TOML
…","Parse an instance of Self
straight from the default TOML
…","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","","","","","","","","","","","","","","","","","","","","","","","","","","","Parse an instance of Self
from a TOML
file located at …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Write the default TOML
template to a new file, to be …","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,4,5,6,7,9,10,8,5,2,2,2,2,0,4,6,7,9,0,0,10,0,0,0,5,0,2,2,2,8,5,10,0,0,0,2,1,1,32,12,2,3,4,5,6,7,8,9,10,11,12,1,14,2,3,4,5,6,7,8,9,10,11,12,1,14,11,12,12,2,3,4,5,6,7,8,9,10,11,12,1,14,2,3,4,5,6,7,8,9,10,11,12,1,14,3,4,5,6,7,8,9,10,11,12,1,14,12,12,11,3,4,5,6,7,8,9,10,11,12,1,14,3,4,5,6,7,8,9,10,11,12,1,14,2,3,4,5,6,7,8,9,10,11,12,1,14,2,2,2,2,2,2,2,3,4,5,6,7,8,9,10,11,12,1,14,1,1,3,4,5,6,7,8,9,10,11,12,1,14,3,4,5,6,7,8,9,10,11,12,1,14,3,12,2,3,4,5,6,7,8,9,10,11,12,1,14,12,12,12,12,3,4,5,6,7,9,10,11,12,1,12,1,1,33,3,4,5,6,7,8,9,10,1,3,11,12,12,2,3,4,5,6,7,8,9,10,11,12,1,14,2,3,4,5,6,7,8,9,10,11,12,1,14,2,3,4,5,6,7,8,9,10,11,12,1,14,2,3,4,5,6,7,8,9,10,11,12,1,14,2,3,4,5,6,7,8,9,10,11,12,1,14,1,34,35,36,37,38,39,40,41,41,41,41,41,42,43,44,45,46,47,48],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[2,2],[3,3],[4,4],[5,5],[6,6],[7,7],[8,8],[9,9],[10,10],[11,11],[12,12],[[[1,[13]]],[[1,[13]]]],[14,14],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[15,[3]]]],[[],[[15,[4]]]],[[],[[15,[5]]]],[[],[[15,[6]]]],[[],[[15,[7]]]],[[],[[15,[8]]]],[[],[[15,[9]]]],[[],[[15,[10]]]],[[],[[15,[11]]]],[[],[[15,[12]]]],[[],[[15,[1]]]],[[],[[15,[14]]]],0,0,0,[[3,3],16],[[4,4],16],[[5,5],16],[[6,6],16],[[7,7],16],[[8,8],16],[[9,9],16],[[10,10],16],[[11,11],16],[[12,12],16],[[[1,[17]],1],16],[[14,14],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[2,18],19],[[3,18],19],[[4,18],19],[[5,18],19],[[6,18],19],[[7,18],19],[[8,18],19],[[9,18],19],[[10,18],19],[[11,18],19],[[12,18],19],[[[1,[20]],18],19],[[14,18],19],[[]],[21,2],[22,2],[23,2],[24,2],[25,2],[26,2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[27,[1]]]],[28,[[27,[1]]]],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[3],[4],[5],[6],[7],[8],[9],[10],[11],[12],[[[1,[30]]]],[14],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,[[3,3],16],[[4,4],16],[[5,5],16],[[6,6],16],[[7,7],16],[[9,9],16],[[10,10],16],[[11,11],16],[[12,12],16],[[[1,[17]],1],16],0,[[],27],[[],27],[28,[[15,[2]]]],[28,[[15,[3,2]]]],[28,[[15,[4,2]]]],[28,[[15,[5,2]]]],[28,[[15,[6,2]]]],[28,[[15,[7,2]]]],[28,[[15,[8,2]]]],[28,[[15,[9,2]]]],[28,[[15,[10,2]]]],[[],[[27,[1]]]],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],27],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"p":[[3,"BasicSettings"],[4,"AtError"],[3,"Address"],[4,"Backlog"],[4,"KeepAlive"],[4,"MaxConnectionRate"],[4,"MaxConnections"],[4,"Mode"],[4,"NumWorkers"],[4,"Timeout"],[3,"Tls"],[3,"ActixSettings"],[8,"Clone"],[3,"NoSettings"],[4,"Result"],[15,"bool"],[8,"PartialEq"],[3,"Formatter"],[6,"Result"],[8,"Debug"],[3,"ParseBoolError"],[3,"ParseIntError"],[3,"Error"],[4,"VarError"],[3,"IoError"],[3,"Error"],[6,"AtResult"],[15,"str"],[15,"u64"],[8,"Hash"],[3,"TypeId"],[8,"ApplySettings"],[8,"Parse"],[13,"EnvVarError"],[13,"FileExists"],[13,"IoError"],[13,"ParseBoolError"],[13,"ParseIntError"],[13,"ParseAddressError"],[13,"TomlError"],[13,"InvalidValue"],[13,"Manual"],[13,"Seconds"],[13,"Manual"],[13,"Manual"],[13,"Manual"],[13,"Milliseconds"],[13,"Seconds"]]},\
+"actix_settings":{"doc":"Easily manage Actix Web’s settings from a TOML file and …","t":[3,3,8,4,6,4,3,13,13,13,13,13,13,13,13,13,13,13,13,4,13,13,13,13,4,4,13,4,3,4,13,8,13,13,13,13,13,13,6,4,3,13,12,12,10,12,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,11,11,11,11,11,11,11,11,11,11,12,11,11,10,11,11,11,11,11,11,11,11,11,12,12,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12],"n":["ActixSettings","Address","ApplySettings","AtError","AtResult","Backlog","BasicSettings","Default","Default","Default","Default","Default","Default","Development","Disabled","EnvVarError","FileExists","InvalidValue","IoError","KeepAlive","Manual","Manual","Manual","Manual","MaxConnectionRate","MaxConnections","Milliseconds","Mode","NoSettings","NumWorkers","Os","Parse","ParseAddressError","ParseBoolError","ParseIntError","Production","Seconds","Seconds","Settings","Timeout","Tls","TomlError","actix","application","apply_settings","backlog","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","certificate","client_shutdown","client_timeout","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","enable_compression","enable_log","enabled","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_default_template","from_template","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","host","hosts","into","into","into","into","into","into","into","into","into","into","into","into","into","keep_alive","max_connection_rate","max_connections","mode","ne","ne","ne","ne","ne","ne","ne","ne","ne","ne","num_workers","override_field","override_field_with_env_var","parse","parse","parse","parse","parse","parse","parse","parse","parse","parse_toml","port","private_key","shutdown_timeout","tls","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","write_toml_file","0","0","0","0","0","0","0","column","expected","file","got","line","0","0","0","0","0","0","0"],"q":["actix_settings","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","actix_settings::AtError","","","","","","","","","","","","actix_settings::Backlog","actix_settings::KeepAlive","actix_settings::MaxConnectionRate","actix_settings::MaxConnections","actix_settings::NumWorkers","actix_settings::Timeout",""],"d":["Settings types for Actix Web.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Apply a BasicSettings
value to self
.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Parse an instance of Self
straight from the default TOML
…","Parse an instance of Self
straight from the default TOML
…","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","","","","","","","","","","","","","","","","","","","","","","","","","","","Parse an instance of Self
from a TOML
file located at …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Write the default TOML
template to a new file, to be …","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,4,5,6,7,9,10,8,5,2,2,2,2,0,4,6,7,9,0,0,10,0,0,0,5,0,2,2,2,8,5,10,0,0,0,2,1,1,32,12,2,3,4,5,6,7,8,9,10,11,12,1,14,2,3,4,5,6,7,8,9,10,11,12,1,14,11,12,12,2,3,4,5,6,7,8,9,10,11,12,1,14,2,3,4,5,6,7,8,9,10,11,12,1,14,3,4,5,6,7,8,9,10,11,12,1,14,12,12,11,3,4,5,6,7,8,9,10,11,12,1,14,3,4,5,6,7,8,9,10,11,12,1,14,2,3,4,5,6,7,8,9,10,11,12,1,14,2,2,2,2,2,2,2,3,4,5,6,7,8,9,10,11,12,1,14,1,1,3,4,5,6,7,8,9,10,11,12,1,14,3,4,5,6,7,8,9,10,11,12,1,14,3,12,2,3,4,5,6,7,8,9,10,11,12,1,14,12,12,12,12,3,4,5,6,7,9,10,11,12,1,12,1,1,33,3,4,5,6,7,8,9,10,1,3,11,12,12,2,3,4,5,6,7,8,9,10,11,12,1,14,2,3,4,5,6,7,8,9,10,11,12,1,14,2,3,4,5,6,7,8,9,10,11,12,1,14,2,3,4,5,6,7,8,9,10,11,12,1,14,2,3,4,5,6,7,8,9,10,11,12,1,14,1,34,35,36,37,38,39,40,41,41,41,41,41,42,43,44,45,46,47,48],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[2,2],[3,3],[4,4],[5,5],[6,6],[7,7],[8,8],[9,9],[10,10],[11,11],[12,12],[[[1,[13]]],[[1,[13]]]],[14,14],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[15,[3]]]],[[],[[15,[4]]]],[[],[[15,[5]]]],[[],[[15,[6]]]],[[],[[15,[7]]]],[[],[[15,[8]]]],[[],[[15,[9]]]],[[],[[15,[10]]]],[[],[[15,[11]]]],[[],[[15,[12]]]],[[],[[15,[1]]]],[[],[[15,[14]]]],0,0,0,[[3,3],16],[[4,4],16],[[5,5],16],[[6,6],16],[[7,7],16],[[8,8],16],[[9,9],16],[[10,10],16],[[11,11],16],[[12,12],16],[[[1,[17]],1],16],[[14,14],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[2,18],19],[[3,18],19],[[4,18],19],[[5,18],19],[[6,18],19],[[7,18],19],[[8,18],19],[[9,18],19],[[10,18],19],[[11,18],19],[[12,18],19],[[[1,[20]],18],19],[[14,18],19],[[]],[21,2],[22,2],[23,2],[24,2],[25,2],[26,2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[27,[1]]]],[28,[[27,[1]]]],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[3],[4],[5],[6],[7],[8],[9],[10],[11],[12],[[[1,[30]]]],[14],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,[[3,3],16],[[4,4],16],[[5,5],16],[[6,6],16],[[7,7],16],[[9,9],16],[[10,10],16],[[11,11],16],[[12,12],16],[[[1,[17]],1],16],0,[[],27],[[],27],[28,[[15,[2]]]],[28,[[15,[3,2]]]],[28,[[27,[4]]]],[28,[[27,[5]]]],[28,[[27,[6]]]],[28,[[27,[7]]]],[28,[[27,[8]]]],[28,[[27,[9]]]],[28,[[27,[10]]]],[[],[[27,[1]]]],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],27],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"p":[[3,"BasicSettings"],[4,"AtError"],[3,"Address"],[4,"Backlog"],[4,"KeepAlive"],[4,"MaxConnectionRate"],[4,"MaxConnections"],[4,"Mode"],[4,"NumWorkers"],[4,"Timeout"],[3,"Tls"],[3,"ActixSettings"],[8,"Clone"],[3,"NoSettings"],[4,"Result"],[15,"bool"],[8,"PartialEq"],[3,"Formatter"],[6,"Result"],[8,"Debug"],[3,"Error"],[3,"IoError"],[3,"ParseBoolError"],[3,"ParseIntError"],[3,"Error"],[4,"VarError"],[6,"AtResult"],[15,"str"],[15,"u64"],[8,"Hash"],[3,"TypeId"],[8,"ApplySettings"],[8,"Parse"],[13,"EnvVarError"],[13,"FileExists"],[13,"IoError"],[13,"ParseBoolError"],[13,"ParseIntError"],[13,"ParseAddressError"],[13,"TomlError"],[13,"InvalidValue"],[13,"Manual"],[13,"Seconds"],[13,"Manual"],[13,"Manual"],[13,"Manual"],[13,"Milliseconds"],[13,"Seconds"]]},\
"actix_web_httpauth":{"doc":"HTTP authentication schemes for Actix Web.","t":[0,0,0,8,3,16,0,0,11,11,11,11,11,11,11,11,11,10,11,11,11,11,11,11,11,11,11,11,11,3,3,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,3,3,4,13,13,13,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,0,0,3,13,3,3,13,13,13,4,8,13,13,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,8,3,0,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,11,11,11,11,11,11,11,3,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,3,3,4,13,13,13,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,3,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11],"n":["extractors","headers","middleware","AuthExtractorConfig","AuthenticationError","Inner","basic","bearer","borrow","borrow_mut","challenge_mut","error_response","fmt","fmt","from","from","into","into_inner","new","status_code","status_code_mut","to_string","try_from","try_into","type_id","vzip","with_error","with_error_description","with_error_uri","BasicAuth","Config","as_ref","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","fmt","fmt","from","from","from_request","into","into","into_inner","password","realm","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","user_id","vzip","vzip","BearerAuth","Config","Error","InsufficientScope","InvalidRequest","InvalidToken","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","default","eq","equivalent","fmt","fmt","fmt","fmt","from","from","from","from_request","get_hash","hash","into","into","into","into_inner","partial_cmp","realm","scope","status_code","to_owned","to_owned","to_owned","to_string","token","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","authorization","www_authenticate","Authorization","Base64DecodeError","Basic","Bearer","Invalid","MissingField","MissingScheme","ParseError","Scheme","ToStrError","Utf8Error","as_mut","as_ref","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","cmp","cmp","default","eq","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","get_hash","hash","into","into","into","into","into_scheme","name","ne","ne","ne","new","new","parse","parse","parse","parse","partial_cmp","partial_cmp","partial_cmp","password","source","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","token","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into_pair","try_into_value","try_into_value","try_into_value","type_id","type_id","type_id","type_id","user_id","vzip","vzip","vzip","vzip","0","0","0","0","0","Challenge","WwwAuthenticate","basic","bearer","borrow","borrow_mut","clone","clone_into","cmp","default","eq","equivalent","fmt","from","get_hash","hash","into","name","ne","parse","partial_cmp","to_bytes","to_owned","try_from","try_into","try_into_pair","try_into_value","type_id","vzip","Basic","borrow","borrow_mut","clone","clone_into","cmp","default","eq","equivalent","fmt","fmt","from","get_hash","hash","into","ne","new","partial_cmp","to_owned","to_string","try_from","try_into","try_into_value","type_id","vzip","with_realm","Bearer","BearerBuilder","Error","InsufficientScope","InvalidRequest","InvalidToken","borrow","borrow","borrow_mut","borrow_mut","build","clone","clone_into","cmp","default","default","eq","equivalent","error","error_description","error_uri","finish","fmt","fmt","fmt","from","from","get_hash","hash","into","into","ne","partial_cmp","realm","scope","to_owned","to_string","try_from","try_from","try_into","try_into","try_into_value","type_id","type_id","vzip","vzip","HttpAuthentication","basic","bearer","borrow","borrow_mut","clone","clone_into","fmt","from","into","new_transform","to_owned","try_from","try_into","type_id","vzip","with_fn"],"q":["actix_web_httpauth","","","actix_web_httpauth::extractors","","","","","","","","","","","","","","","","","","","","","","","","","","actix_web_httpauth::extractors::basic","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","actix_web_httpauth::extractors::bearer","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","actix_web_httpauth::headers","","actix_web_httpauth::headers::authorization","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","actix_web_httpauth::headers::authorization::ParseError","","","","actix_web_httpauth::headers::www_authenticate","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","actix_web_httpauth::headers::www_authenticate::basic","","","","","","","","","","","","","","","","","","","","","","","","","","actix_web_httpauth::headers::www_authenticate::bearer","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","actix_web_httpauth::middleware","","","","","","","","","","","","","","","",""],"d":["Type-safe authentication information extractors.","Typed HTTP headers.","HTTP Authentication middleware.","Trait implemented for types that provides configuration …","Authentication error returned by authentication extractors.","Associated challenge type.","Extractor for the “Basic” HTTP Authentication Scheme.","Extractor for the “Bearer” HTTP Authentication Scheme.","","","Returns mutable reference to the inner challenge instance.","","","","","Returns the argument unchanged.","Calls U::from(self)
.","Convert the config instance into a HTTP challenge.","Creates new authentication error from the provided …","","Returns mutable reference to the inner status code.","","","","","","Attach Error
to the current Authentication error.","Attach error description to the current Authentication …","Attach error URI to the current Authentication error.","Extractor for HTTP Basic auth.","BasicAuth
extractor configuration used for WWW-Authenticate
…","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self)
.","Calls U::from(self)
.","","Returns client’s password.","Set challenge realm
attribute.","","","","","","","","","Returns client’s user-ID.","","","Extractor for HTTP Bearer auth","BearerAuth
extractor configuration.","Bearer authorization error types, described in RFC 6750.","The request requires higher privileges than provided by …","The request is missing a required parameter, includes an …","The access token provided is expired, revoked, malformed, …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","","","Set challenge realm
attribute.","Set challenge scope
attribute.","Returns HTTP status code suitable for current error type.","","","","","Returns bearer token provided by client.","","","","","","","","","","","","","Authorization
header and various auth schemes.","WWW-Authenticate
header and various auth challenges.","Authorization
header, defined in RFC 7235","Malformed base64 string.","Credentials for Basic
authentication scheme, defined in …","Credentials for Bearer
authentication scheme, defined in …","Header value is malformed.","Required authentication field is missing.","Authentication scheme is missing.","Possible errors while parsing Authorization
header.","Authentication scheme for Authorization
header.","Unable to convert header into the str.","Malformed UTF-8 string.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Calls U::from(self)
.","Consumes Authorization
header and returns inner Scheme
…","","","","","Creates Basic
credentials with provided user_id
and …","Creates new Bearer
credentials with the token provided.","Try to parse an authentication scheme from the …","","","","","","","Returns client’s password if provided.","","","","","","","","","Gets reference to the credentials token.","","","","","","","","","","","","","","","","","Returns client’s user-ID.","","","","","","","","","","Authentication challenge for WWW-Authenticate
header.","WWW-Authenticate
header, described in RFC 7235.","Challenge for the “Basic” HTTP Authentication Scheme.","Challenge for the “Bearer” HTTP Authentication Scheme.","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self)
.","","","","","Converts the challenge into a bytes suitable for HTTP …","","","","","","","","Challenge for WWW-Authenticate
header with HTTP Basic auth …","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self)
.","","Creates new Basic
challenge with an empty realm
field.","","","","","","","","","Creates new Basic
challenge from the provided realm
field …","Challenge for WWW-Authenticate
header with HTTP Bearer …","Builder for the Bearer
challenge.","Bearer authorization error types, described in RFC 6750.","The request requires higher privileges than provided by …","The request is missing a required parameter, includes an …","The access token provided is expired, revoked, malformed, …","","","","","Creates the builder for Bearer
challenge.","","","","","","","","Provides the error
attribute, as defined in [RFC 6750, …","Provides the error_description
attribute, as defined in […","Provides the error_uri
attribute, as defined in [RFC 6750 …","Consumes the builder and returns built Bearer
instance.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self)
.","Calls U::from(self)
.","","","Provides the realm
attribute, as defined in RFC 2617.","Provides the scope
attribute, as defined in RFC 6749 §3.3.","","","","","","","","","","","","Middleware for checking HTTP authentication.","Construct HttpAuthentication
middleware for the HTTP “…","Construct HttpAuthentication
middleware for the HTTP “…","","","","","","Returns the argument unchanged.","Calls U::from(self)
.","","","","","","","Construct HttpAuthentication
middleware with the provided …"],"i":[0,0,0,0,0,51,0,0,2,2,2,2,2,2,2,2,2,51,2,2,2,2,2,2,2,2,2,2,2,0,0,13,13,15,13,15,13,15,13,15,13,13,15,13,15,15,13,15,13,15,13,13,15,13,15,13,15,13,15,15,13,15,0,0,0,12,12,12,20,20,21,12,20,21,12,20,21,12,20,21,12,12,20,12,12,20,21,12,12,20,21,12,21,12,12,20,21,12,20,12,20,20,12,20,21,12,12,21,20,21,12,20,21,12,20,21,12,20,21,12,0,0,0,35,0,0,35,35,35,0,0,35,35,28,28,35,28,30,31,35,28,30,31,28,30,31,28,30,31,28,30,31,28,28,30,31,28,30,31,35,35,28,28,30,30,31,31,35,35,35,35,28,28,28,30,31,28,28,35,28,30,31,28,28,28,30,31,30,31,27,28,30,31,28,30,31,30,35,28,30,31,35,28,30,31,31,35,28,30,31,35,28,30,31,28,28,30,31,35,28,30,31,30,35,28,30,31,52,53,54,55,46,0,0,0,0,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,1,46,46,46,46,46,46,46,0,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,0,0,0,12,12,12,49,11,49,11,11,11,11,11,49,11,11,11,49,49,49,49,49,11,11,49,11,11,11,49,11,11,11,49,49,11,11,49,11,49,11,11,49,11,49,11,0,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50],"f":[0,0,0,0,0,0,0,0,[[]],[[]],[[[2,[1]]]],[[[2,[1]]],3],[[[2,[1]],4],5],[[[2,[[0,[6,1]]]],4],5],[[],2],[[]],[[]],[[]],[1,[[2,[1]]]],[[[2,[1]]],7],[[[2,[1]]],7],[[],8],[[],9],[[],9],[[],10],[[]],[[[2,[11]],12],[[2,[11]]]],[[[2,[11]]],[[2,[11]]]],[[[2,[11]]],[[2,[11]]]],0,0,[13,14],[[]],[[]],[[]],[[]],[13,13],[15,15],[[]],[[]],[[],13],[[13,4],5],[[15,4],5],[[]],[[]],[[16,17]],[[]],[[]],[13],[15,[[19,[18]]]],[13,13],[[]],[[]],[[],9],[[],9],[[],9],[[],9],[[],10],[[],10],[15,18],[[]],[[]],0,0,0,0,0,0,[20,11],[[]],[[]],[[]],[[]],[[]],[[]],[20,20],[21,21],[12,12],[[]],[[]],[[]],[[12,12],22],[[],20],[[12,12],23],[[],23],[[20,4],5],[[21,4],5],[[12,4],5],[[12,4],5],[[]],[[]],[[]],[[16,17]],[[],24],[12],[[]],[[]],[[]],[20],[[12,12],[[19,[22]]]],[[20,[26,[[25,[18]]]]],20],[[20,[26,[[25,[18]]]]],20],[12,7],[[]],[[]],[[]],[[],8],[21,18],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],10],[[],10],[[],10],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[[28,[27]]]],[[[28,[27]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[28,[[0,[29,27]]]]],[[28,[[0,[29,27]]]]]],[30,30],[31,31],[[]],[[]],[[]],[[[28,[[0,[32,27]]]],28],22],[[30,30],22],[[31,31],22],[[],[[28,[[0,[33,27]]]]]],[[[28,[[0,[34,27]]]],28],23],[[30,30],23],[[31,31],23],[[],23],[[],23],[[],23],[[35,4],5],[[35,4],5],[[[28,[[0,[6,27]]]],4],5],[[[28,[27]],4],5],[[30,4],5],[[30,4],5],[[31,4],5],[[31,4],5],[36,35],[[]],[37,35],[38,35],[27,[[28,[27]]]],[39],[[]],[[]],[[]],[[],24],[[[28,[[0,[40,27]]]]]],[[]],[[]],[[]],[[]],[[[28,[27]]],27],[[],41],[[[28,[[0,[34,27]]]],28],23],[[30,30],23],[[31,31],23],[19,30],[[],31],[42,[[9,[35]]]],[[],[[9,[[28,[27]],43]]]],[42,[[9,[30,35]]]],[42,[[9,[31,35]]]],[[[28,[[0,[44,27]]]],28],[[19,[22]]]],[[30,30],[[19,[22]]]],[[31,31],[[19,[22]]]],[30,[[19,[18]]]],[35,[[19,[45]]]],[[]],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[31,18],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[[28,[27]]],[[9,[42]]]],[30,[[9,[42]]]],[31,[[9,[42]]]],[[],10],[[],10],[[],10],[[],10],[30,18],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,[[]],[[]],[[[46,[[0,[29,1]]]]],[[46,[[0,[29,1]]]]]],[[]],[[[46,[[0,[32,1]]]],46],22],[[],[[46,[[0,[33,1]]]]]],[[[46,[[0,[34,1]]]],46],23],[[],23],[[[46,[[0,[6,1]]]],4],5],[[]],[[],24],[[[46,[[0,[40,1]]]]]],[[]],[[],41],[[[46,[[0,[34,1]]]],46],23],[[],[[9,[[46,[1]],43]]]],[[[46,[[0,[44,1]]]],46],[[19,[22]]]],[[],47],[[]],[[],9],[[],9],[[],9],[[[46,[1]]],[[9,[42]]]],[[],10],[[]],0,[[]],[[]],[14,14],[[]],[[14,14],22],[[],14],[[14,14],23],[[],23],[[14,4],5],[[14,4],[[9,[48]]]],[[]],[[],24],[14],[[]],[[14,14],23],[[],14],[[14,14],[[19,[22]]]],[[]],[[],8],[[],9],[[],9],[14,[[9,[42]]]],[[],10],[[]],[[],14],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[],49],[11,11],[[]],[[11,11],22],[[],49],[[],11],[[11,11],23],[[],23],[[49,12],49],[49,49],[49,49],[49,11],[[49,4],5],[[11,4],5],[[11,4],[[9,[48]]]],[[]],[[]],[[],24],[11],[[]],[[]],[[11,11],23],[[11,11],[[19,[22]]]],[49,49],[49,49],[[]],[[],8],[[],9],[[],9],[[],9],[[],9],[11,[[9,[42]]]],[[],10],[[],10],[[]],[[]],0,[[],[[50,[15]]]],[[],[[50,[21]]]],[[]],[[]],[[[50,[29,29]]],[[50,[29,29]]]],[[]],[[[50,[6,6]],4],5],[[]],[[]],[50],[[]],[[],9],[[],9],[[],10],[[]],[[],50]],"p":[[8,"Challenge"],[3,"AuthenticationError"],[3,"HttpResponse"],[3,"Formatter"],[6,"Result"],[8,"Debug"],[3,"StatusCode"],[3,"String"],[4,"Result"],[3,"TypeId"],[3,"Bearer"],[4,"Error"],[3,"Config"],[3,"Basic"],[3,"BasicAuth"],[3,"HttpRequest"],[4,"Payload"],[15,"str"],[4,"Option"],[3,"Config"],[3,"BearerAuth"],[4,"Ordering"],[15,"bool"],[15,"u64"],[4,"Cow"],[8,"Into"],[8,"Scheme"],[3,"Authorization"],[8,"Clone"],[3,"Basic"],[3,"Bearer"],[8,"Ord"],[8,"Default"],[8,"PartialEq"],[4,"ParseError"],[3,"ToStrError"],[4,"DecodeError"],[3,"Utf8Error"],[15,"never"],[8,"Hash"],[3,"HeaderName"],[3,"HeaderValue"],[4,"ParseError"],[8,"PartialOrd"],[8,"Error"],[3,"WwwAuthenticate"],[3,"Bytes"],[3,"Error"],[3,"BearerBuilder"],[3,"HttpAuthentication"],[8,"AuthExtractorConfig"],[13,"MissingField"],[13,"ToStrError"],[13,"Base64DecodeError"],[13,"Utf8Error"]]}\
}');
if (typeof window !== 'undefined' && window.initSearch) {window.initSearch(searchIndex)};
diff --git a/settings.html b/settings.html
index 3ec4ed1bf..81e8d5def 100644
--- a/settings.html
+++ b/settings.html
@@ -1,3 +1 @@
-Rustdoc settings
\ No newline at end of file
+Rustdoc settings Rustdoc settings
Back
\ No newline at end of file
diff --git a/source-files.js b/source-files.js
index 26954e230..b94298d12 100644
--- a/source-files.js
+++ b/source-files.js
@@ -5,6 +5,6 @@ sourcesIndex["actix_limitation"] = {"name":"","files":["builder.rs","errors.rs",
sourcesIndex["actix_protobuf"] = {"name":"","files":["lib.rs"]};
sourcesIndex["actix_redis"] = {"name":"","files":["lib.rs","redis.rs"]};
sourcesIndex["actix_session"] = {"name":"","dirs":[{"name":"storage","files":["cookie.rs","interface.rs","mod.rs","redis_actor.rs","redis_rs.rs","session_key.rs","utils.rs"]}],"files":["config.rs","lib.rs","middleware.rs","session.rs","session_ext.rs"]};
-sourcesIndex["actix_settings"] = {"name":"","dirs":[{"name":"actix","files":["address.rs","backlog.rs","keep_alive.rs","max_connection_rate.rs","max_connections.rs","mode.rs","num_workers.rs","timeout.rs","tls.rs"]}],"files":["actix.rs","core.rs","error.rs","lib.rs"]};
+sourcesIndex["actix_settings"] = {"name":"","dirs":[{"name":"settings","files":["address.rs","backlog.rs","keep_alive.rs","max_connection_rate.rs","max_connections.rs","mod.rs","mode.rs","num_workers.rs","timeout.rs","tls.rs"]}],"files":["error.rs","lib.rs","parse.rs"]};
sourcesIndex["actix_web_httpauth"] = {"name":"","dirs":[{"name":"extractors","files":["basic.rs","bearer.rs","config.rs","errors.rs","mod.rs"]},{"name":"headers","dirs":[{"name":"authorization","dirs":[{"name":"scheme","files":["basic.rs","bearer.rs","mod.rs"]}],"files":["errors.rs","header.rs","mod.rs"]},{"name":"www_authenticate","dirs":[{"name":"challenge","dirs":[{"name":"bearer","files":["builder.rs","challenge.rs","errors.rs","mod.rs"]}],"files":["basic.rs","mod.rs"]}],"files":["header.rs","mod.rs"]}],"files":["mod.rs"]}],"files":["lib.rs","middleware.rs","utils.rs"]};
createSourceSidebar();
diff --git a/src/actix_settings/actix/mode.rs.html b/src/actix_settings/actix/mode.rs.html
deleted file mode 100644
index a3b087ae8..000000000
--- a/src/actix_settings/actix/mode.rs.html
+++ /dev/null
@@ -1,52 +0,0 @@
-mode.rs - source 1
-2
-3
-4
-5
-6
-7
-8
-9
-10
-11
-12
-13
-14
-15
-16
-17
-18
-19
-20
-21
-22
-23
-24
-25
-
use serde::Deserialize;
-
-use crate::{core::Parse, error::AtError};
-
-#[derive(Debug, Clone, PartialEq, Eq, Hash, Deserialize)]
-pub enum Mode {
- #[serde(rename = "development")]
- Development,
-
- #[serde(rename = "production")]
- Production,
-}
-
-impl Parse for Mode {
- fn parse(string: &str) -> std::result::Result<Self, AtError> {
- match string {
- "development" => Ok(Self::Development),
- "production" => Ok(Self::Production),
- _ => Err(InvalidValue! {
- expected: "\"development\" | \"production\".",
- got: string,
- }),
- }
- }
-}
-
-
\ No newline at end of file
diff --git a/src/actix_settings/actix/tls.rs.html b/src/actix_settings/actix/tls.rs.html
deleted file mode 100644
index e70033241..000000000
--- a/src/actix_settings/actix/tls.rs.html
+++ /dev/null
@@ -1,24 +0,0 @@
-tls.rs - source
\ No newline at end of file
diff --git a/src/actix_settings/lib.rs.html b/src/actix_settings/lib.rs.html
index 4ef2357eb..76530d36c 100644
--- a/src/actix_settings/lib.rs.html
+++ b/src/actix_settings/lib.rs.html
@@ -693,7 +693,6 @@
693
694
695
-696
//! Easily manage Actix Web's settings from a TOML file and environment variables.
use std::{
@@ -716,17 +715,17 @@
#[macro_use]
mod error;
-mod actix;
-mod core;
+mod parse;
+mod settings;
-pub use self::actix::{
+pub use self::error::{AtError, AtResult};
+pub use self::parse::Parse;
+pub use self::settings::{
ActixSettings, Address, Backlog, KeepAlive, MaxConnectionRate, MaxConnections, Mode,
NumWorkers, Timeout, Tls,
};
-pub use self::core::Parse;
-pub use self::error::{AtError, AtResult};
-#[derive(Debug, Clone, Deserialize, PartialEq, Eq, Hash)]
+#[derive(Debug, Clone, PartialEq, Eq, Hash, Deserialize)]
#[serde(bound = "A: Deserialize<'de>")]
pub struct BasicSettings<A> {
pub actix: ActixSettings,
@@ -1344,10 +1343,9 @@
}
#[derive(Debug, Clone, PartialEq, Eq, Deserialize)]
+ #[serde(rename_all = "kebab-case")]
struct AppSettings {
- #[serde(rename = "example-name")]
example_name: String,
- #[serde(rename = "nested-field")]
nested_field: NestedSetting,
}
diff --git a/src/actix_settings/core.rs.html b/src/actix_settings/parse.rs.html
similarity index 62%
rename from src/actix_settings/core.rs.html
rename to src/actix_settings/parse.rs.html
index a31bcf95c..fadca3366 100644
--- a/src/actix_settings/core.rs.html
+++ b/src/actix_settings/parse.rs.html
@@ -1,4 +1,4 @@
-core.rs - source 1
+parse.rs - source 1
2
3
4
@@ -38,7 +38,7 @@
38
use std::{path::PathBuf, str::FromStr};
-use crate::error::AtError;
+use crate::AtError;
pub trait Parse: Sized {
fn parse(string: &str) -> Result<Self, AtError>;
diff --git a/src/actix_settings/actix/address.rs.html b/src/actix_settings/settings/address.rs.html
similarity index 75%
rename from src/actix_settings/actix/address.rs.html
rename to src/actix_settings/settings/address.rs.html
index 1d0822fe2..17cc882d2 100644
--- a/src/actix_settings/actix/address.rs.html
+++ b/src/actix_settings/settings/address.rs.html
@@ -1,4 +1,4 @@
-address.rs - source 1
+address.rs - source 1
2
3
4
@@ -91,7 +91,7 @@
use regex::Regex;
use serde::Deserialize;
-use crate::{core::Parse, error::AtError};
+use crate::{AtError, Parse};
static ADDR_REGEX: Lazy<Regex> = Lazy::new(|| {
Regex::new(
diff --git a/src/actix_settings/actix/backlog.rs.html b/src/actix_settings/settings/backlog.rs.html
similarity index 68%
rename from src/actix_settings/actix/backlog.rs.html
rename to src/actix_settings/settings/backlog.rs.html
index 536b86203..bb8909c1e 100644
--- a/src/actix_settings/actix/backlog.rs.html
+++ b/src/actix_settings/settings/backlog.rs.html
@@ -1,4 +1,4 @@
-backlog.rs - source 1
+backlog.rs - source 1
2
3
4
@@ -61,7 +61,7 @@
use serde::de;
-use crate::{core::Parse, error::AtError};
+use crate::{AtError, AtResult, Parse};
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
pub enum Backlog {
@@ -70,7 +70,7 @@
}
impl Parse for Backlog {
- fn parse(string: &str) -> std::result::Result<Self, AtError> {
+ fn parse(string: &str) -> AtResult<Self> {
match string {
"default" => Ok(Backlog::Default),
string => match string.parse::<usize>() {
diff --git a/src/actix_settings/actix/keep_alive.rs.html b/src/actix_settings/settings/keep_alive.rs.html
similarity index 76%
rename from src/actix_settings/actix/keep_alive.rs.html
rename to src/actix_settings/settings/keep_alive.rs.html
index 9b76ed583..02a95e51a 100644
--- a/src/actix_settings/actix/keep_alive.rs.html
+++ b/src/actix_settings/settings/keep_alive.rs.html
@@ -1,4 +1,4 @@
-keep_alive.rs - source 1
+keep_alive.rs - source 1
2
3
4
@@ -86,7 +86,7 @@
use regex::Regex;
use serde::de;
-use crate::{core::Parse, error::AtError};
+use crate::{AtError, AtResult, Parse};
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
pub enum KeepAlive {
@@ -97,7 +97,7 @@
}
impl Parse for KeepAlive {
- fn parse(string: &str) -> std::result::Result<Self, AtError> {
+ fn parse(string: &str) -> AtResult<Self> {
pub(crate) static FMT: Lazy<Regex> =
Lazy::new(|| Regex::new(r"^\d+ seconds$").expect("Failed to compile regex: FMT"));
diff --git a/src/actix_settings/actix/max_connection_rate.rs.html b/src/actix_settings/settings/max_connection_rate.rs.html
similarity index 69%
rename from src/actix_settings/actix/max_connection_rate.rs.html
rename to src/actix_settings/settings/max_connection_rate.rs.html
index 4de1193aa..c43d75d88 100644
--- a/src/actix_settings/actix/max_connection_rate.rs.html
+++ b/src/actix_settings/settings/max_connection_rate.rs.html
@@ -1,4 +1,4 @@
-max_connection_rate.rs - source 1
+max_connection_rate.rs - source 1
2
3
4
@@ -61,7 +61,7 @@
use serde::de;
-use crate::{core::Parse, error::AtError};
+use crate::{AtError, AtResult, Parse};
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
pub enum MaxConnectionRate {
@@ -70,7 +70,7 @@
}
impl Parse for MaxConnectionRate {
- fn parse(string: &str) -> std::result::Result<Self, AtError> {
+ fn parse(string: &str) -> AtResult<Self> {
match string {
"default" => Ok(MaxConnectionRate::Default),
string => match string.parse::<usize>() {
diff --git a/src/actix_settings/actix/max_connections.rs.html b/src/actix_settings/settings/max_connections.rs.html
similarity index 69%
rename from src/actix_settings/actix/max_connections.rs.html
rename to src/actix_settings/settings/max_connections.rs.html
index 6b7577262..e59695376 100644
--- a/src/actix_settings/actix/max_connections.rs.html
+++ b/src/actix_settings/settings/max_connections.rs.html
@@ -1,4 +1,4 @@
-max_connections.rs - source 1
+max_connections.rs - source 1
2
3
4
@@ -61,7 +61,7 @@
use serde::de;
-use crate::{core::Parse, error::AtError};
+use crate::{AtError, AtResult, Parse};
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
pub enum MaxConnections {
@@ -70,7 +70,7 @@
}
impl Parse for MaxConnections {
- fn parse(string: &str) -> std::result::Result<Self, AtError> {
+ fn parse(string: &str) -> AtResult<Self> {
match string {
"default" => Ok(MaxConnections::Default),
string => match string.parse::<usize>() {
diff --git a/src/actix_settings/actix.rs.html b/src/actix_settings/settings/mod.rs.html
similarity index 60%
rename from src/actix_settings/actix.rs.html
rename to src/actix_settings/settings/mod.rs.html
index d3168002f..19baba8dc 100644
--- a/src/actix_settings/actix.rs.html
+++ b/src/actix_settings/settings/mod.rs.html
@@ -1,4 +1,4 @@
-actix.rs - source