From b2374312cc453b5aebb9f5856944b96ac8000f80 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Fri, 9 Apr 2021 08:08:13 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20c4255?= =?UTF-8?q?397b16de589e0e329713a79b576daedfeee=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/all.html | 2 +- frontend/constant.BASE_DIR.html | 2 +- frontend/fn.main.html | 2 +- frontend/fn.rel_path.html | 2 +- frontend/fn.root_path.html | 2 +- frontend/index.html | 4 ++-- frontend/panel/constant.TITLE.html | 2 +- frontend/panel/index.html | 2 +- frontend/panel/section/index.html | 2 +- .../panel/section/static.ADMIN_SECTION.html | 2 +- frontend/panel/section/static.COMMENTS.html | 2 +- frontend/panel/section/static.PAGES.html | 2 +- .../section/static.SETTINGS_SECTION.html | 2 +- frontend/panel/section/static.USERS.html | 2 +- frontend/panel/section/struct.Section.html | 5 +++-- frontend/panel/section/struct.SubPanel.html | 5 +++-- frontend/panel/struct.IndexPage.html | 13 ++++++------ frontend/sidebar-items.js | 2 +- frontend/signup/index.html | 2 +- frontend/signup/struct.IndexPage.html | 13 ++++++------ frontend/struct.FILES.html | 20 +++++++++++++++++++ frontend/struct.IndexPage.html | 13 ++++++------ frontend/type.Literal.html | 2 +- guard/errors/enum.ServiceError.html | 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 | 1 + implementors/lazy_static/trait.LazyStatic.js | 1 + implementors/std/panic/trait.RefUnwindSafe.js | 2 +- implementors/std/panic/trait.UnwindSafe.js | 2 +- search-index.js | 2 +- src/frontend/main.rs.html | 14 ++++++++++++- 34 files changed, 88 insertions(+), 49 deletions(-) create mode 100644 frontend/struct.FILES.html diff --git a/frontend/all.html b/frontend/all.html index da842f65..f8f6f180 100644 --- a/frontend/all.html +++ b/frontend/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Functions

Typedefs

Statics

Constants

+

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 index 1e3cfcf2..a0aa5ef6 100644 --- a/frontend/constant.BASE_DIR.html +++ b/frontend/constant.BASE_DIR.html @@ -1,5 +1,5 @@ frontend::BASE_DIR - Rust

Constant frontend::BASE_DIR[][src]

pub(crate) const BASE_DIR: &str = "./output";
+ Change settings

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 index c18ef50a..8d54876f 100644 --- a/frontend/fn.main.html +++ b/frontend/fn.main.html @@ -1,5 +1,5 @@ frontend::main - Rust

Function frontend::main[][src]

pub(crate) fn main()
+ Change settings

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 index f030e843..56433974 100644 --- a/frontend/fn.rel_path.html +++ b/frontend/fn.rel_path.html @@ -1,5 +1,5 @@ frontend::rel_path - Rust

Function frontend::rel_path[][src]

pub(crate) fn rel_path(dir: &str, file: &str) -> String
+ Change settings

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 index d7918860..8e44975d 100644 --- a/frontend/fn.root_path.html +++ b/frontend/fn.root_path.html @@ -1,5 +1,5 @@ frontend::root_path - Rust

Function frontend::root_path[][src]

pub(crate) fn root_path(rel: &str) -> String
+ Change settings

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 index bb1d7f07..aa722bc0 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,9 +1,9 @@ frontend - Rust

Crate frontend[][src]

Modules

+ Change settings

Crate frontend[][src]

Modules

panel
signup

Structs

-
IndexPage

Constants

+
FILES
IndexPage

Constants

BASE_DIR

Functions

main
rel_path
root_path

Type Definitions

Literal
diff --git a/frontend/panel/constant.TITLE.html b/frontend/panel/constant.TITLE.html index 3ebde3b9..c681de1f 100644 --- a/frontend/panel/constant.TITLE.html +++ b/frontend/panel/constant.TITLE.html @@ -1,5 +1,5 @@ frontend::panel::TITLE - Rust

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

const TITLE: &str = "Dashboard";
+ Change settings

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 index 1c1cf0fe..bd429baa 100644 --- a/frontend/panel/index.html +++ b/frontend/panel/index.html @@ -1,7 +1,7 @@ frontend::panel - Rust

Module frontend::panel[][src]

Modules

+ Change settings

Module frontend::panel[][src]

Modules

section

Structs

IndexPage

Constants

TITLE
diff --git a/frontend/panel/section/index.html b/frontend/panel/section/index.html index a651f089..92f6d3ad 100644 --- a/frontend/panel/section/index.html +++ b/frontend/panel/section/index.html @@ -1,7 +1,7 @@ frontend::panel::section - Rust

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

Structs

+ Change settings

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/static.ADMIN_SECTION.html b/frontend/panel/section/static.ADMIN_SECTION.html index 41aa576c..bb64f970 100644 --- a/frontend/panel/section/static.ADMIN_SECTION.html +++ b/frontend/panel/section/static.ADMIN_SECTION.html @@ -1,5 +1,5 @@ frontend::panel::section::ADMIN_SECTION - Rust

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

pub static ADMIN_SECTION: Section<3>
+ Change settings

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 index 2706420c..17bf446a 100644 --- a/frontend/panel/section/static.COMMENTS.html +++ b/frontend/panel/section/static.COMMENTS.html @@ -1,5 +1,5 @@ frontend::panel::section::COMMENTS - Rust

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

pub static COMMENTS: SubPanel
+ Change settings

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 index 7652de4e..cd3390b5 100644 --- a/frontend/panel/section/static.PAGES.html +++ b/frontend/panel/section/static.PAGES.html @@ -1,5 +1,5 @@ frontend::panel::section::PAGES - Rust

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

pub static PAGES: SubPanel
+ Change settings

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 index bc09be08..9c824a01 100644 --- a/frontend/panel/section/static.SETTINGS_SECTION.html +++ b/frontend/panel/section/static.SETTINGS_SECTION.html @@ -1,5 +1,5 @@ frontend::panel::section::SETTINGS_SECTION - Rust

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

pub static SETTINGS_SECTION: Section<3>
+ Change settings

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 index 461eaf35..6b7264b4 100644 --- a/frontend/panel/section/static.USERS.html +++ b/frontend/panel/section/static.USERS.html @@ -1,5 +1,5 @@ frontend::panel::section::USERS - Rust

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

pub static USERS: SubPanel
+ Change settings

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 index 767c9d89..9b99818e 100644 --- a/frontend/panel/section/struct.Section.html +++ b/frontend/panel/section/struct.Section.html @@ -1,7 +1,7 @@ frontend::panel::section::Section - Rust -

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

pub struct Section<const N: usize> {
+

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

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

@@ -10,6 +10,7 @@

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.

diff --git a/frontend/panel/section/struct.SubPanel.html b/frontend/panel/section/struct.SubPanel.html index 645561e5..78b6bcd4 100644 --- a/frontend/panel/section/struct.SubPanel.html +++ b/frontend/panel/section/struct.SubPanel.html @@ -1,7 +1,7 @@ frontend::panel::section::SubPanel - Rust -

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

pub struct SubPanel {
+

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

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

@@ -10,6 +10,7 @@

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.

diff --git a/frontend/panel/struct.IndexPage.html b/frontend/panel/struct.IndexPage.html index 5b096343..47054d68 100644 --- a/frontend/panel/struct.IndexPage.html +++ b/frontend/panel/struct.IndexPage.html @@ -1,21 +1,22 @@ frontend::panel::IndexPage - Rust -

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

pub struct IndexPage {
+

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]