From 42510fa3a51413b50d3b47319600be787384e8e8 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Fri, 2 Apr 2021 06:12:41 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20584d4?= =?UTF-8?q?3c34a7735511fa59917c96e75fd50491834=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guard/all.html | 2 +- guard/data/struct.Data.html | 5 +- guard/docs/fn.services.html | 2 +- guard/docs/index.html | 4 +- guard/docs/sidebar-items.js | 2 +- guard/docs/struct.index.html | 2 +- guard/docs/struct.spec.html | 112 ++ guard/fn.get_identity_service.html | 2 +- guard/fn.get_json_err.html | 2 +- guard/fn.main.html | 2 +- guard/index.html | 4 +- guard/sidebar-items.js | 2 +- guard/static.PKG_DESCRIPTION.html | 2 +- guard/static.PKG_HOMEPAGE.html | 2 +- guard/static.PKG_NAME.html | 2 +- guard/static.VERIFICATION_PATH.html | 2 +- guard/static.VERSION.html | 2 +- guard/struct.Data.html | 5 +- guard/struct.GIT_COMMIT_HASH.html | 8 +- guard/struct.OPEN_API_DOC.html | 1555 +++++++++++++++++ guard/struct.S.html | 1555 +++++++++++++++++ guard/struct.SETTINGS.html | 8 +- .../service/trait.HttpServiceFactory.js | 2 +- implementors/core/marker/trait.Freeze.js | 2 +- implementors/core/marker/trait.Send.js | 2 +- implementors/core/marker/trait.Sync.js | 2 +- implementors/core/marker/trait.Unpin.js | 2 +- implementors/core/ops/deref/trait.Deref.js | 2 +- implementors/lazy_static/trait.LazyStatic.js | 2 +- implementors/std/panic/trait.RefUnwindSafe.js | 2 +- implementors/std/panic/trait.UnwindSafe.js | 2 +- search-index.js | 4 +- src/guard/data.rs.html | 28 +- src/guard/docs.rs.html | 28 +- src/guard/main.rs.html | 4 + src/tests_migrate/data.rs.html | 28 +- tests_migrate/data/struct.Data.html | 9 +- tests_migrate/settings/struct.Captcha.html | 4 +- tests_migrate/settings/struct.Database.html | 4 +- .../settings/struct.DatabaseBuilder.html | 4 +- tests_migrate/settings/struct.Server.html | 4 +- tests_migrate/settings/struct.Settings.html | 4 +- tests_migrate/struct.Data.html | 9 +- tests_migrate/struct.SETTINGS.html | 4 +- tests_migrate/struct.Settings.html | 4 +- 45 files changed, 3347 insertions(+), 91 deletions(-) create mode 100644 guard/docs/struct.spec.html create mode 100644 guard/struct.OPEN_API_DOC.html create mode 100644 guard/struct.S.html diff --git a/guard/all.html b/guard/all.html index 9d52f2cc..055ecaf2 100644 --- a/guard/all.html +++ b/guard/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

Functions

Typedefs

Statics

+

Structs

Enums

Functions

Typedefs

Statics

\ No newline at end of file diff --git a/guard/data/struct.Data.html b/guard/data/struct.Data.html index 3c34567f..00b5e0a0 100644 --- a/guard/data/struct.Data.html +++ b/guard/data/struct.Data.html @@ -1,11 +1,12 @@ guard::data::Data - Rust -

Function guard::docs::services[][src]

pub fn services(cfg: &mut ServiceConfig)
\ No newline at end of file diff --git a/guard/docs/index.html b/guard/docs/index.html index 8cf5c37f..02032619 100644 --- a/guard/docs/index.html +++ b/guard/docs/index.html @@ -1,7 +1,7 @@ guard::docs - Rust

Module guard::docs[][src]

Structs

-
Asset
dist
index

Functions

+ Change settings

Module guard::docs[][src]

Structs

+
Asset
dist
index
spec

Functions

handle_embedded_file
services
\ No newline at end of file diff --git a/guard/docs/sidebar-items.js b/guard/docs/sidebar-items.js index c0aeff6e..f28c47b8 100644 --- a/guard/docs/sidebar-items.js +++ b/guard/docs/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"fn":[["handle_embedded_file",""],["services",""]],"struct":[["Asset",""],["dist",""],["index",""]]}); \ No newline at end of file +initSidebarItems({"fn":[["handle_embedded_file",""],["services",""]],"struct":[["Asset",""],["dist",""],["index",""],["spec",""]]}); \ No newline at end of file diff --git a/guard/docs/struct.index.html b/guard/docs/struct.index.html index 3b2a83bd..3f4bcd9b 100644 --- a/guard/docs/struct.index.html +++ b/guard/docs/struct.index.html @@ -1,7 +1,7 @@ guard::docs::index - Rust

Struct guard::docs::index[][src]

pub struct index;

Trait Implementations

impl HttpServiceFactory for index[src]

Auto Trait Implementations

Blanket Implementations

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

Struct guard::docs::index[][src]

pub struct index;

Trait Implementations

impl HttpServiceFactory for index[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Conv for T

Function guard::get_identity_service[][src]

pub fn get_identity_service() -> IdentityService<CookieIdentityPolicy>
\ No newline at end of file diff --git a/guard/fn.get_json_err.html b/guard/fn.get_json_err.html index f4a1a468..537c4ccc 100644 --- a/guard/fn.get_json_err.html +++ b/guard/fn.get_json_err.html @@ -1,5 +1,5 @@ guard::get_json_err - Rust

Function guard::get_json_err[][src]

pub fn get_json_err() -> JsonConfig
+ Change settings

Function guard::get_json_err[][src]

pub fn get_json_err() -> JsonConfig
\ No newline at end of file diff --git a/guard/fn.main.html b/guard/fn.main.html index e9a15b96..f1a1ca2a 100644 --- a/guard/fn.main.html +++ b/guard/fn.main.html @@ -1,5 +1,5 @@ guard::main - Rust

Function guard::main[][src]

pub(crate) fn main() -> Result<()>
+ Change settings

Function guard::main[][src]

pub(crate) fn main() -> Result<()>
\ No newline at end of file diff --git a/guard/index.html b/guard/index.html index 8ed3fb7a..83568f6c 100644 --- a/guard/index.html +++ b/guard/index.html @@ -1,9 +1,9 @@ guard - Rust

Crate guard[][src]

Modules

+ Change settings

Crate guard[][src]

Modules

api
data
docs
errors
settings

Structs

-
Data
GIT_COMMIT_HASH
SETTINGS
Settings

Statics

+
Data
GIT_COMMIT_HASH
OPEN_API_DOC
S
SETTINGS
Settings

Statics

PKG_DESCRIPTION
PKG_HOMEPAGE
PKG_NAME
VERIFICATION_PATH
VERSION

Functions

get_identity_service
get_json_err
main
\ No newline at end of file diff --git a/guard/sidebar-items.js b/guard/sidebar-items.js index 40677833..5eb4b05c 100644 --- a/guard/sidebar-items.js +++ b/guard/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"fn":[["get_identity_service",""],["get_json_err",""],["main",""]],"mod":[["api",""],["data",""],["docs",""],["errors",""],["settings",""]],"static":[["PKG_DESCRIPTION",""],["PKG_HOMEPAGE",""],["PKG_NAME",""],["VERIFICATION_PATH",""],["VERSION",""]],"struct":[["Data",""],["GIT_COMMIT_HASH",""],["SETTINGS",""],["Settings",""]]}); \ No newline at end of file +initSidebarItems({"fn":[["get_identity_service",""],["get_json_err",""],["main",""]],"mod":[["api",""],["data",""],["docs",""],["errors",""],["settings",""]],"static":[["PKG_DESCRIPTION",""],["PKG_HOMEPAGE",""],["PKG_NAME",""],["VERIFICATION_PATH",""],["VERSION",""]],"struct":[["Data",""],["GIT_COMMIT_HASH",""],["OPEN_API_DOC",""],["S",""],["SETTINGS",""],["Settings",""]]}); \ No newline at end of file diff --git a/guard/static.PKG_DESCRIPTION.html b/guard/static.PKG_DESCRIPTION.html index 40ce4897..aaaafff8 100644 --- a/guard/static.PKG_DESCRIPTION.html +++ b/guard/static.PKG_DESCRIPTION.html @@ -1,5 +1,5 @@ guard::PKG_DESCRIPTION - Rust

Static guard::PKG_DESCRIPTION[][src]

pub static PKG_DESCRIPTION: &str
+ Change settings

Static guard::PKG_DESCRIPTION[][src]

pub static PKG_DESCRIPTION: &str
\ No newline at end of file diff --git a/guard/static.PKG_HOMEPAGE.html b/guard/static.PKG_HOMEPAGE.html index efc7b9a4..37832cb7 100644 --- a/guard/static.PKG_HOMEPAGE.html +++ b/guard/static.PKG_HOMEPAGE.html @@ -1,5 +1,5 @@ guard::PKG_HOMEPAGE - Rust

Static guard::PKG_HOMEPAGE[][src]

pub static PKG_HOMEPAGE: &str
+ Change settings

Static guard::PKG_HOMEPAGE[][src]

pub static PKG_HOMEPAGE: &str
\ No newline at end of file diff --git a/guard/static.PKG_NAME.html b/guard/static.PKG_NAME.html index 0439cdfb..31073c00 100644 --- a/guard/static.PKG_NAME.html +++ b/guard/static.PKG_NAME.html @@ -1,5 +1,5 @@ guard::PKG_NAME - Rust

Static guard::PKG_NAME[][src]

pub static PKG_NAME: &str
+ Change settings

Static guard::PKG_NAME[][src]

pub static PKG_NAME: &str
\ No newline at end of file diff --git a/guard/static.VERIFICATION_PATH.html b/guard/static.VERIFICATION_PATH.html index 16c27cea..f695a047 100644 --- a/guard/static.VERIFICATION_PATH.html +++ b/guard/static.VERIFICATION_PATH.html @@ -1,5 +1,5 @@ guard::VERIFICATION_PATH - Rust

Static guard::VERIFICATION_PATH[][src]

pub static VERIFICATION_PATH: &str
+ Change settings

Static guard::VERIFICATION_PATH[][src]

pub static VERIFICATION_PATH: &str
\ No newline at end of file diff --git a/guard/static.VERSION.html b/guard/static.VERSION.html index dec9b251..53bf7504 100644 --- a/guard/static.VERSION.html +++ b/guard/static.VERSION.html @@ -1,5 +1,5 @@ guard::VERSION - Rust

Static guard::VERSION[][src]

pub static VERSION: &str
+ Change settings

Static guard::VERSION[][src]

pub static VERSION: &str
\ No newline at end of file diff --git a/guard/struct.Data.html b/guard/struct.Data.html index 4ce8755e..9dd803fd 100644 --- a/guard/struct.Data.html +++ b/guard/struct.Data.html @@ -1,11 +1,12 @@ guard::Data - Rust -

Struct guard::GIT_COMMIT_HASH[][src]

pub struct GIT_COMMIT_HASH {
     __private_field: (),
 }

Fields

__private_field: ()

Methods from Deref<Target = String>

pub fn as_str(&self) -> &str1.7.0[src]

Extracts a string slice containing the entire String.

@@ -1442,9 +1442,9 @@ but non-ASCII letters are unchanged.

let s = "Grüße, Jürgen ❤"; assert_eq!("grüße, jürgen ❤", s.to_ascii_lowercase());
-

Trait Implementations

impl Deref for GIT_COMMIT_HASH[src]

type Target = String

The resulting type after dereferencing.

-

impl LazyStatic for GIT_COMMIT_HASH[src]

Auto Trait Implementations

Blanket Implementations

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

Trait Implementations

impl Deref for GIT_COMMIT_HASH[src]

type Target = String

The resulting type after dereferencing.

+

impl LazyStatic for GIT_COMMIT_HASH[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Conv for T