From 86b25b34ba11f0f47b2fe637cb3dba94829e21e5 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sat, 1 May 2021 09:23:38 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2090424?= =?UTF-8?q?219f56c268b483fb8dae2688770aead105d=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/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.GIT_COMMIT_HASH.html | 2 +- guard/static.OPEN_API_DOC.html | 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.CSS.html | 8 +- guard/struct.CheckLogin.html | 121 ++++++++++++++++++ guard/struct.FILES.html | 8 +- guard/struct.JS.html | 8 +- guard/struct.S.html | 8 +- guard/struct.SETTINGS.html | 8 +- guard/templates/fn.services.html | 2 +- guard/templates/index.html | 5 +- guard/templates/panel/constant.TITLE.html | 2 +- guard/templates/panel/index.html | 5 +- .../panel/sitekey/add/constant.TITLE.html | 5 + guard/templates/panel/sitekey/add/index.html | 7 + .../panel/sitekey/add/sidebar-items.js | 1 + .../sitekey/{ => add}/struct.IndexPage.html | 25 ++-- .../sitekey/{ => add}/struct.add_sitekey.html | 12 +- .../panel/sitekey/constant.TITLE.html | 5 - guard/templates/panel/sitekey/index.html | 8 +- .../templates/panel/sitekey/sidebar-items.js | 2 +- guard/templates/panel/struct.IndexPage.html | 10 +- guard/templates/panel/struct.panel.html | 2 +- .../service/trait.HttpServiceFactory.js | 2 +- implementors/core/clone/trait.Clone.js | 2 +- implementors/core/default/trait.Default.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/sailfish/private/trait.Sealed.js | 2 +- implementors/sailfish/trait.TemplateOnce.js | 2 +- implementors/std/panic/trait.RefUnwindSafe.js | 2 +- implementors/std/panic/trait.UnwindSafe.js | 2 +- search-index.js | 2 +- source-files.js | 2 +- src/guard/main.rs.html | 4 + src/guard/templates/mod.rs.html | 70 +++++++++- src/guard/templates/panel/mod.rs.html | 22 +--- .../{sitekey.rs.html => sitekey/add.rs.html} | 26 +++- src/guard/templates/panel/sitekey/mod.rs.html | 45 +++++++ 51 files changed, 355 insertions(+), 118 deletions(-) create mode 100644 guard/struct.CheckLogin.html create mode 100644 guard/templates/panel/sitekey/add/constant.TITLE.html create mode 100644 guard/templates/panel/sitekey/add/index.html create mode 100644 guard/templates/panel/sitekey/add/sidebar-items.js rename guard/templates/panel/sitekey/{ => add}/struct.IndexPage.html (83%) rename guard/templates/panel/sitekey/{ => add}/struct.add_sitekey.html (86%) delete mode 100644 guard/templates/panel/sitekey/constant.TITLE.html rename src/guard/templates/panel/{sitekey.rs.html => sitekey/add.rs.html} (60%) create mode 100644 src/guard/templates/panel/sitekey/mod.rs.html diff --git a/guard/all.html b/guard/all.html index bc40cd9f..acfa8e4a 100644 --- a/guard/all.html +++ b/guard/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

Functions

Typedefs

Statics

Constants

+

Structs

Enums

Functions

Typedefs

Statics

Constants

\ No newline at end of file diff --git a/guard/fn.get_identity_service.html b/guard/fn.get_identity_service.html index f835c84a..b5a25c82 100644 --- a/guard/fn.get_identity_service.html +++ b/guard/fn.get_identity_service.html @@ -1,5 +1,5 @@ guard::get_identity_service - Rust

Function guard::get_identity_service[][src]

pub fn get_identity_service() -> IdentityService<CookieIdentityPolicy>
+ Change settings

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 db695a98..cfe25625 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 a43dac8d..3d7ca350 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 3cb482b5..3a8f1eae 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
middleware
settings
static_assets
templates

Structs

-
CSS
Data
FILES
JS
S
SETTINGS
Settings

Statics

+
CSS
CheckLogin
Data
FILES
JS
S
SETTINGS
Settings

Statics

GIT_COMMIT_HASH
OPEN_API_DOC
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 57885266..e67ab4d2 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",""],["middleware",""],["settings",""],["static_assets",""],["templates",""]],"static":[["GIT_COMMIT_HASH",""],["OPEN_API_DOC",""],["PKG_DESCRIPTION",""],["PKG_HOMEPAGE",""],["PKG_NAME",""],["VERIFICATION_PATH",""],["VERSION",""]],"struct":[["CSS",""],["Data",""],["FILES",""],["JS",""],["S",""],["SETTINGS",""],["Settings",""]]}); \ No newline at end of file +initSidebarItems({"fn":[["get_identity_service",""],["get_json_err",""],["main",""]],"mod":[["api",""],["data",""],["docs",""],["errors",""],["middleware",""],["settings",""],["static_assets",""],["templates",""]],"static":[["GIT_COMMIT_HASH",""],["OPEN_API_DOC",""],["PKG_DESCRIPTION",""],["PKG_HOMEPAGE",""],["PKG_NAME",""],["VERIFICATION_PATH",""],["VERSION",""]],"struct":[["CSS",""],["CheckLogin",""],["Data",""],["FILES",""],["JS",""],["S",""],["SETTINGS",""],["Settings",""]]}); \ No newline at end of file diff --git a/guard/static.GIT_COMMIT_HASH.html b/guard/static.GIT_COMMIT_HASH.html index 4e4f0fd8..2b07c19f 100644 --- a/guard/static.GIT_COMMIT_HASH.html +++ b/guard/static.GIT_COMMIT_HASH.html @@ -1,5 +1,5 @@ guard::GIT_COMMIT_HASH - Rust

Static guard::GIT_COMMIT_HASH[][src]

pub static GIT_COMMIT_HASH: &str
+ Change settings

Static guard::GIT_COMMIT_HASH[][src]

pub static GIT_COMMIT_HASH: &str
\ No newline at end of file diff --git a/guard/static.OPEN_API_DOC.html b/guard/static.OPEN_API_DOC.html index ef12d7fd..18ff1abc 100644 --- a/guard/static.OPEN_API_DOC.html +++ b/guard/static.OPEN_API_DOC.html @@ -1,5 +1,5 @@ guard::OPEN_API_DOC - Rust

Static guard::OPEN_API_DOC[][src]

pub static OPEN_API_DOC: &str
+ Change settings

Static guard::OPEN_API_DOC[][src]

pub static OPEN_API_DOC: &str
\ No newline at end of file diff --git a/guard/static.PKG_DESCRIPTION.html b/guard/static.PKG_DESCRIPTION.html index a3606eb4..f0b742d8 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 70f8d54f..8680df75 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 1372a69e..96541902 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 f595d145..cb2cad6f 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 34601e94..1671d8fd 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.CSS.html b/guard/struct.CSS.html index 00a2db77..6649005e 100644 --- a/guard/struct.CSS.html +++ b/guard/struct.CSS.html @@ -1,7 +1,7 @@ guard::CSS - Rust

Struct guard::CSS[][src]

pub struct CSS {
+                Change settings

Struct guard::CSS[][src]

pub struct CSS {
     __private_field: (),
 }

Fields

__private_field: ()

Methods from Deref<Target = &'static str>

pub const fn len(&self) -> usize1.0.0 (const: 1.32.0)[src]

Returns the length of self.

@@ -1256,9 +1256,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 CSS[src]

type Target = &'static str

The resulting type after dereferencing.

-

impl LazyStatic for CSS[src]

Auto Trait Implementations

Blanket Implementations

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

Trait Implementations

impl Deref for CSS[src]

type Target = &'static str

The resulting type after dereferencing.

+

impl LazyStatic for CSS[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