From d78373efd700071a2a766892c01aa78bb9572b1d Mon Sep 17 00:00:00 2001 From: realaravinth Date: Fri, 9 Apr 2021 18:14:20 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20f80bb?= =?UTF-8?q?8dd2ea83f37a3b70d5be16e09814fa17aaf=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/all.html | 7 - frontend/constant.BASE_DIR.html | 5 - frontend/fn.main.html | 5 - frontend/fn.rel_path.html | 5 - frontend/fn.root_path.html | 5 - frontend/index.html | 10 - frontend/panel/constant.TITLE.html | 5 - frontend/panel/index.html | 8 - frontend/panel/section/index.html | 7 - frontend/panel/section/sidebar-items.js | 1 - .../panel/section/static.ADMIN_SECTION.html | 5 - frontend/panel/section/static.COMMENTS.html | 5 - frontend/panel/section/static.PAGES.html | 5 - .../section/static.SETTINGS_SECTION.html | 5 - frontend/panel/section/static.USERS.html | 5 - frontend/panel/section/struct.Section.html | 19 - frontend/panel/section/struct.SubPanel.html | 19 - frontend/panel/sidebar-items.js | 1 - frontend/panel/struct.IndexPage.html | 29 -- frontend/sidebar-items.js | 1 - frontend/signup/index.html | 6 - frontend/signup/sidebar-items.js | 1 - frontend/signup/struct.IndexPage.html | 28 -- frontend/struct.FILES.html | 20 - frontend/struct.IndexPage.html | 28 -- frontend/type.Literal.html | 5 - 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 +- .../fn.handle_embedded_file.html | 5 + guard/static_assets/fn.services.html | 5 + guard/static_assets/index.html | 7 + guard/static_assets/sidebar-items.js | 1 + guard/static_assets/struct.Asset.html | 114 ++++++ guard/static_assets/struct.dist.html | 112 +++++ guard/struct.CSS.html | 8 +- guard/struct.FILES.html | 8 +- guard/struct.JS.html | 8 +- guard/struct.S.html | 8 +- guard/struct.SETTINGS.html | 8 +- .../service/trait.HttpServiceFactory.js | 2 +- implementors/core/clone/trait.Clone.js | 1 - implementors/core/default/trait.Default.js | 1 - implementors/core/marker/trait.Freeze.js | 3 +- implementors/core/marker/trait.Send.js | 3 +- implementors/core/marker/trait.Sync.js | 3 +- implementors/core/marker/trait.Unpin.js | 3 +- implementors/core/ops/deref/trait.Deref.js | 1 - implementors/lazy_static/trait.LazyStatic.js | 1 - implementors/rust_embed/trait.RustEmbed.js | 2 +- implementors/sailfish/private/trait.Sealed.js | 1 - implementors/sailfish/trait.TemplateOnce.js | 1 - implementors/std/panic/trait.RefUnwindSafe.js | 3 +- implementors/std/panic/trait.UnwindSafe.js | 3 +- search-index.js | 3 +- source-files.js | 3 +- src/frontend/main.rs.html | 383 ------------------ src/guard/main.rs.html | 6 +- src/guard/static_assets.rs.html | 151 +++++++ src/guard/templates/mod.rs.html | 44 ++ 70 files changed, 488 insertions(+), 682 deletions(-) delete mode 100644 frontend/all.html delete mode 100644 frontend/constant.BASE_DIR.html delete mode 100644 frontend/fn.main.html delete mode 100644 frontend/fn.rel_path.html delete mode 100644 frontend/fn.root_path.html delete mode 100644 frontend/index.html delete mode 100644 frontend/panel/constant.TITLE.html delete mode 100644 frontend/panel/index.html delete mode 100644 frontend/panel/section/index.html delete mode 100644 frontend/panel/section/sidebar-items.js delete mode 100644 frontend/panel/section/static.ADMIN_SECTION.html delete mode 100644 frontend/panel/section/static.COMMENTS.html delete mode 100644 frontend/panel/section/static.PAGES.html delete mode 100644 frontend/panel/section/static.SETTINGS_SECTION.html delete mode 100644 frontend/panel/section/static.USERS.html delete mode 100644 frontend/panel/section/struct.Section.html delete mode 100644 frontend/panel/section/struct.SubPanel.html delete mode 100644 frontend/panel/sidebar-items.js delete mode 100644 frontend/panel/struct.IndexPage.html delete mode 100644 frontend/sidebar-items.js delete mode 100644 frontend/signup/index.html delete mode 100644 frontend/signup/sidebar-items.js delete mode 100644 frontend/signup/struct.IndexPage.html delete mode 100644 frontend/struct.FILES.html delete mode 100644 frontend/struct.IndexPage.html delete mode 100644 frontend/type.Literal.html create mode 100644 guard/static_assets/fn.handle_embedded_file.html create mode 100644 guard/static_assets/fn.services.html create mode 100644 guard/static_assets/index.html create mode 100644 guard/static_assets/sidebar-items.js create mode 100644 guard/static_assets/struct.Asset.html create mode 100644 guard/static_assets/struct.dist.html delete mode 100644 src/frontend/main.rs.html create mode 100644 src/guard/static_assets.rs.html diff --git a/frontend/all.html b/frontend/all.html deleted file mode 100644 index f8f6f180..00000000 --- a/frontend/all.html +++ /dev/null @@ -1,7 +0,0 @@ -List of all items in this crate - -

List of all items[] - -

Structs

Functions

Typedefs

Statics

Constants

- \ No newline at end of file diff --git a/frontend/constant.BASE_DIR.html b/frontend/constant.BASE_DIR.html deleted file mode 100644 index a0aa5ef6..00000000 --- a/frontend/constant.BASE_DIR.html +++ /dev/null @@ -1,5 +0,0 @@ -frontend::BASE_DIR - Rust - -

Constant frontend::BASE_DIR[][src]

pub(crate) const BASE_DIR: &str = "./prod";
- \ No newline at end of file diff --git a/frontend/fn.main.html b/frontend/fn.main.html deleted file mode 100644 index 8d54876f..00000000 --- a/frontend/fn.main.html +++ /dev/null @@ -1,5 +0,0 @@ -frontend::main - Rust - -

Function frontend::main[][src]

pub(crate) fn main()
- \ No newline at end of file diff --git a/frontend/fn.rel_path.html b/frontend/fn.rel_path.html deleted file mode 100644 index 56433974..00000000 --- a/frontend/fn.rel_path.html +++ /dev/null @@ -1,5 +0,0 @@ -frontend::rel_path - Rust - -

Function frontend::rel_path[][src]

pub(crate) fn rel_path(dir: &str, file: &str) -> String
- \ No newline at end of file diff --git a/frontend/fn.root_path.html b/frontend/fn.root_path.html deleted file mode 100644 index 8e44975d..00000000 --- a/frontend/fn.root_path.html +++ /dev/null @@ -1,5 +0,0 @@ -frontend::root_path - Rust - -

Function frontend::root_path[][src]

pub(crate) fn root_path(rel: &str) -> String
- \ No newline at end of file diff --git a/frontend/index.html b/frontend/index.html deleted file mode 100644 index aa722bc0..00000000 --- a/frontend/index.html +++ /dev/null @@ -1,10 +0,0 @@ -frontend - Rust - -

Crate frontend[][src]

Modules

-
panel
signup

Structs

-
FILES
IndexPage

Constants

-
BASE_DIR

Functions

-
main
rel_path
root_path

Type Definitions

-
Literal
- \ No newline at end of file diff --git a/frontend/panel/constant.TITLE.html b/frontend/panel/constant.TITLE.html deleted file mode 100644 index c681de1f..00000000 --- a/frontend/panel/constant.TITLE.html +++ /dev/null @@ -1,5 +0,0 @@ -frontend::panel::TITLE - Rust - -

Constant frontend::panel::TITLE[][src]

const TITLE: &str = "Dashboard";
- \ No newline at end of file diff --git a/frontend/panel/index.html b/frontend/panel/index.html deleted file mode 100644 index bd429baa..00000000 --- a/frontend/panel/index.html +++ /dev/null @@ -1,8 +0,0 @@ -frontend::panel - Rust - -

Module frontend::panel[][src]

Modules

-
section

Structs

-
IndexPage

Constants

-
TITLE
- \ No newline at end of file diff --git a/frontend/panel/section/index.html b/frontend/panel/section/index.html deleted file mode 100644 index 92f6d3ad..00000000 --- a/frontend/panel/section/index.html +++ /dev/null @@ -1,7 +0,0 @@ -frontend::panel::section - Rust - -

Module frontend::panel::section[][src]

Structs

-
Section
SubPanel

Statics

-
ADMIN_SECTION
COMMENTS
PAGES
SETTINGS_SECTION
USERS
- \ No newline at end of file diff --git a/frontend/panel/section/sidebar-items.js b/frontend/panel/section/sidebar-items.js deleted file mode 100644 index 17ce842d..00000000 --- a/frontend/panel/section/sidebar-items.js +++ /dev/null @@ -1 +0,0 @@ -initSidebarItems({"static":[["ADMIN_SECTION",""],["COMMENTS",""],["PAGES",""],["SETTINGS_SECTION",""],["USERS",""]],"struct":[["Section",""],["SubPanel",""]]}); \ No newline at end of file diff --git a/frontend/panel/section/static.ADMIN_SECTION.html b/frontend/panel/section/static.ADMIN_SECTION.html deleted file mode 100644 index bb64f970..00000000 --- a/frontend/panel/section/static.ADMIN_SECTION.html +++ /dev/null @@ -1,5 +0,0 @@ -frontend::panel::section::ADMIN_SECTION - Rust - -

Static frontend::panel::section::ADMIN_SECTION[][src]

pub static ADMIN_SECTION: Section<3>
- \ No newline at end of file diff --git a/frontend/panel/section/static.COMMENTS.html b/frontend/panel/section/static.COMMENTS.html deleted file mode 100644 index 17bf446a..00000000 --- a/frontend/panel/section/static.COMMENTS.html +++ /dev/null @@ -1,5 +0,0 @@ -frontend::panel::section::COMMENTS - Rust - -

Static frontend::panel::section::COMMENTS[][src]

pub static COMMENTS: SubPanel
- \ No newline at end of file diff --git a/frontend/panel/section/static.PAGES.html b/frontend/panel/section/static.PAGES.html deleted file mode 100644 index cd3390b5..00000000 --- a/frontend/panel/section/static.PAGES.html +++ /dev/null @@ -1,5 +0,0 @@ -frontend::panel::section::PAGES - Rust - -

Static frontend::panel::section::PAGES[][src]

pub static PAGES: SubPanel
- \ No newline at end of file diff --git a/frontend/panel/section/static.SETTINGS_SECTION.html b/frontend/panel/section/static.SETTINGS_SECTION.html deleted file mode 100644 index 9c824a01..00000000 --- a/frontend/panel/section/static.SETTINGS_SECTION.html +++ /dev/null @@ -1,5 +0,0 @@ -frontend::panel::section::SETTINGS_SECTION - Rust - -

Static frontend::panel::section::SETTINGS_SECTION[][src]

pub static SETTINGS_SECTION: Section<3>
- \ No newline at end of file diff --git a/frontend/panel/section/static.USERS.html b/frontend/panel/section/static.USERS.html deleted file mode 100644 index 6b7264b4..00000000 --- a/frontend/panel/section/static.USERS.html +++ /dev/null @@ -1,5 +0,0 @@ -frontend::panel::section::USERS - Rust - -

Static frontend::panel::section::USERS[][src]

pub static USERS: SubPanel
- \ No newline at end of file diff --git a/frontend/panel/section/struct.Section.html b/frontend/panel/section/struct.Section.html deleted file mode 100644 index 9b99818e..00000000 --- a/frontend/panel/section/struct.Section.html +++ /dev/null @@ -1,19 +0,0 @@ -frontend::panel::section::Section - Rust - -

Struct frontend::panel::section::Section[][src]

pub struct Section<const N: usize> {
-    pub name: Literal,
-    pub elements: [&'static SubPanel; N],
-}

- Fields

name: Literalelements: [&'static SubPanel; N]

Auto Trait Implementations

impl<const N: usize> RefUnwindSafe for Section<N>[src]

impl<const N: usize> Send for Section<N>[src]

impl<const N: usize> Sync for Section<N>[src]

impl<const N: usize> Unpin for Section<N>[src]

impl<const N: usize> UnwindSafe for Section<N>[src]

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> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

-

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

-

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

-
- \ No newline at end of file diff --git a/frontend/panel/section/struct.SubPanel.html b/frontend/panel/section/struct.SubPanel.html deleted file mode 100644 index 78b6bcd4..00000000 --- a/frontend/panel/section/struct.SubPanel.html +++ /dev/null @@ -1,19 +0,0 @@ -frontend::panel::section::SubPanel - Rust - -

Struct frontend::panel::section::SubPanel[][src]

pub struct SubPanel {
-    pub name: Literal,
-    pub icon: Literal,
-}

- Fields

name: Literalicon: Literal

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> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

-

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

-

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

-
- \ No newline at end of file diff --git a/frontend/panel/sidebar-items.js b/frontend/panel/sidebar-items.js deleted file mode 100644 index 87b5f7b1..00000000 --- a/frontend/panel/sidebar-items.js +++ /dev/null @@ -1 +0,0 @@ -initSidebarItems({"constant":[["TITLE",""]],"mod":[["section",""]],"struct":[["IndexPage",""]]}); \ No newline at end of file diff --git a/frontend/panel/struct.IndexPage.html b/frontend/panel/struct.IndexPage.html deleted file mode 100644 index 47054d68..00000000 --- a/frontend/panel/struct.IndexPage.html +++ /dev/null @@ -1,29 +0,0 @@ -frontend::panel::IndexPage - Rust - -

Struct frontend::panel::IndexPage[][src]

pub struct IndexPage {
-    pub name: String,
-    pub title: String,
-    pub active: &'static SubPanel,
-}

- Fields

name: Stringtitle: Stringactive: &'static SubPanel

Implementations

impl IndexPage[src]

pub async fn run(&self) -> Result<(), Error>[src]

Trait Implementations

impl Clone for IndexPage[src]

impl Default for IndexPage[src]

impl Sealed for IndexPage[src]

impl TemplateOnce for IndexPage[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> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

-

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

-

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

-

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

-
- \ No newline at end of file diff --git a/frontend/sidebar-items.js b/frontend/sidebar-items.js deleted file mode 100644 index 0dae11cf..00000000 --- a/frontend/sidebar-items.js +++ /dev/null @@ -1 +0,0 @@ -initSidebarItems({"constant":[["BASE_DIR",""]],"fn":[["main",""],["rel_path",""],["root_path",""]],"mod":[["panel",""],["signup",""]],"struct":[["FILES",""],["IndexPage",""]],"type":[["Literal",""]]}); \ No newline at end of file diff --git a/frontend/signup/index.html b/frontend/signup/index.html deleted file mode 100644 index fb47e52a..00000000 --- a/frontend/signup/index.html +++ /dev/null @@ -1,6 +0,0 @@ -frontend::signup - Rust - -

Module frontend::signup[][src]

Structs

-
IndexPage
- \ No newline at end of file diff --git a/frontend/signup/sidebar-items.js b/frontend/signup/sidebar-items.js deleted file mode 100644 index 02618099..00000000 --- a/frontend/signup/sidebar-items.js +++ /dev/null @@ -1 +0,0 @@ -initSidebarItems({"struct":[["IndexPage",""]]}); \ No newline at end of file diff --git a/frontend/signup/struct.IndexPage.html b/frontend/signup/struct.IndexPage.html deleted file mode 100644 index 3bf7100d..00000000 --- a/frontend/signup/struct.IndexPage.html +++ /dev/null @@ -1,28 +0,0 @@ -frontend::signup::IndexPage - Rust - -

Struct frontend::signup::IndexPage[][src]

pub struct IndexPage {
-    pub name: String,
-    pub title: String,
-}

- Fields

name: Stringtitle: String

Implementations

impl IndexPage[src]

pub async fn run(&self) -> Result<(), Error>[src]

Trait Implementations

impl Clone for IndexPage[src]

impl Default for IndexPage[src]

impl Sealed for IndexPage[src]

impl TemplateOnce for IndexPage[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> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

-

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

-

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

-

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

-
- \ No newline at end of file diff --git a/frontend/struct.FILES.html b/frontend/struct.FILES.html deleted file mode 100644 index d14779bf..00000000 --- a/frontend/struct.FILES.html +++ /dev/null @@ -1,20 +0,0 @@ -frontend::FILES - Rust - -

Struct frontend::FILES[][src]

pub struct FILES {
-    __private_field: (),
-}

- Fields

__private_field: ()

Methods from Deref<Target = Files>

pub fn get(&'a self, path: &'a str) -> Option<&'a str>

pub fn get_full_path(&'a self, path: &'a str) -> Option<&'a String>

pub fn to_env(&self)

Trait Implementations

impl Deref for FILES[src]

type Target = Files

The resulting type after dereferencing.

-

impl LazyStatic for FILES[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> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

-

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

-

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

-
- \ No newline at end of file diff --git a/frontend/struct.IndexPage.html b/frontend/struct.IndexPage.html deleted file mode 100644 index 3a04f557..00000000 --- a/frontend/struct.IndexPage.html +++ /dev/null @@ -1,28 +0,0 @@ -frontend::IndexPage - Rust - -

Struct frontend::IndexPage[][src]

pub(crate) struct IndexPage {
-    name: String,
-    title: String,
-}

- Fields

name: Stringtitle: String

Implementations

impl IndexPage[src]

pub async fn run(&self) -> Result<(), Error>[src]

Trait Implementations

impl Clone for IndexPage[src]

impl Default for IndexPage[src]

impl Sealed for IndexPage[src]

impl TemplateOnce for IndexPage[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> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

-

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

-

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

-

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

-
- \ No newline at end of file diff --git a/frontend/type.Literal.html b/frontend/type.Literal.html deleted file mode 100644 index 98db5e1f..00000000 --- a/frontend/type.Literal.html +++ /dev/null @@ -1,5 +0,0 @@ -frontend::Literal - Rust - -

Type Definition frontend::Literal[][src]

type Literal = &'static str;
- \ No newline at end of file diff --git a/guard/all.html b/guard/all.html index 0d74d640..be27fec4 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 874e61da..5f7a3e8d 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 587b8621..15672446 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 a2ba8e4c..dca05b0c 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 c4f0d151..a2ced37a 100644 --- a/guard/index.html +++ b/guard/index.html @@ -1,8 +1,8 @@ guard - Rust

Crate guard[][src]

Modules

-
api
data
docs
errors
settings
templates

Structs

+ Change settings

Crate guard[][src]

Modules

+
api
data
docs
errors
settings
static_assets
templates

Structs

CSS
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
diff --git a/guard/sidebar-items.js b/guard/sidebar-items.js index 2ac94614..2aa2d304 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",""],["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",""],["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 diff --git a/guard/static.GIT_COMMIT_HASH.html b/guard/static.GIT_COMMIT_HASH.html index db398110..d2c73352 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 a2054479..8a0460e5 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 b9dbfb7d..2d3c96cc 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 52ffaa8c..8e1ebd2a 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 b90d9124..da8b33c6 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 71a657d3..00491254 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 a637a0b1..bf1438ff 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/static_assets/fn.handle_embedded_file.html b/guard/static_assets/fn.handle_embedded_file.html new file mode 100644 index 00000000..f19d7f62 --- /dev/null +++ b/guard/static_assets/fn.handle_embedded_file.html @@ -0,0 +1,5 @@ +guard::static_assets::handle_embedded_file - Rust + +

Function guard::static_assets::handle_embedded_file[][src]

pub fn handle_embedded_file(path: &str) -> HttpResponse
+ \ No newline at end of file diff --git a/guard/static_assets/fn.services.html b/guard/static_assets/fn.services.html new file mode 100644 index 00000000..88bbd4d4 --- /dev/null +++ b/guard/static_assets/fn.services.html @@ -0,0 +1,5 @@ +guard::static_assets::services - Rust + +

Function guard::static_assets::services[][src]

pub fn services(cfg: &mut ServiceConfig)
+ \ No newline at end of file diff --git a/guard/static_assets/index.html b/guard/static_assets/index.html new file mode 100644 index 00000000..adc0c55b --- /dev/null +++ b/guard/static_assets/index.html @@ -0,0 +1,7 @@ +guard::static_assets - Rust + +

Module guard::static_assets[][src]

Structs

+
Asset
dist

Functions

+
handle_embedded_file
services
+ \ No newline at end of file diff --git a/guard/static_assets/sidebar-items.js b/guard/static_assets/sidebar-items.js new file mode 100644 index 00000000..eb783b19 --- /dev/null +++ b/guard/static_assets/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["handle_embedded_file",""],["services",""]],"struct":[["Asset",""],["dist",""]]}); \ No newline at end of file diff --git a/guard/static_assets/struct.Asset.html b/guard/static_assets/struct.Asset.html new file mode 100644 index 00000000..34a5de4e --- /dev/null +++ b/guard/static_assets/struct.Asset.html @@ -0,0 +1,114 @@ +guard::static_assets::Asset - Rust + +

Struct guard::static_assets::Asset[][src]

struct Asset;

Implementations

impl Asset[src]

pub fn get(file_path: &str) -> Option<Cow<'static, [u8]>>[src]

pub fn iter() -> impl Iterator<Item = Cow<'static, str>>[src]

Trait Implementations

impl RustEmbed for Asset[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

impl<T> Conv for T

impl<T> FmtForward for T

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Same<T> for T

type Output = T

Should always be Self

+

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

impl<T> TryConv for T

impl<T> TryConv for T

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

+

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

+

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

+ \ No newline at end of file diff --git a/guard/static_assets/struct.dist.html b/guard/static_assets/struct.dist.html new file mode 100644 index 00000000..7b8ecd1a --- /dev/null +++ b/guard/static_assets/struct.dist.html @@ -0,0 +1,112 @@ +guard::static_assets::dist - Rust + +

Struct guard::static_assets::dist[][src]

pub struct dist;

Trait Implementations

impl HttpServiceFactory for dist[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

impl<T> Conv for T

impl<T> FmtForward for T

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Same<T> for T

type Output = T

Should always be Self

+

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

impl<T> TryConv for T

impl<T> TryConv for T

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

+

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

+

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

+ \ No newline at end of file diff --git a/guard/struct.CSS.html b/guard/struct.CSS.html index 27b158f0..e54bb8b1 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