From be7fdac556fa0d33c2c84f2baf20b12aada9e59a Mon Sep 17 00:00:00 2001 From: realaravinth Date: Mon, 5 Apr 2021 11:21:39 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=202ce8a?= =?UTF-8?q?46a3f1f1af8f817a9489de41f41b5a32ab9=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.path.html | 5 - frontend/fn.rel_path.html | 5 + frontend/fn.root_path.html | 5 + frontend/index.html | 9 +- frontend/panel/index.html | 7 + 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 | 18 + frontend/panel/section/struct.SubPanel.html | 18 + frontend/panel/sidebar-items.js | 1 + frontend/panel/struct.IndexPage.html | 28 ++ frontend/sidebar-items.js | 2 +- frontend/signup/index.html | 2 +- frontend/signup/struct.IndexPage.html | 15 +- frontend/struct.IndexPage.html | 13 +- frontend/type.Literal.html | 5 + implementors/core/clone/trait.Clone.js | 1 + implementors/core/default/trait.Default.js | 1 + 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 +- src/frontend/main.rs.html | 422 +++++++++++++----- 36 files changed, 483 insertions(+), 131 deletions(-) delete mode 100644 frontend/fn.path.html create mode 100644 frontend/fn.rel_path.html create mode 100644 frontend/fn.root_path.html create mode 100644 frontend/panel/index.html create mode 100644 frontend/panel/section/index.html create mode 100644 frontend/panel/section/sidebar-items.js create mode 100644 frontend/panel/section/static.ADMIN_SECTION.html create mode 100644 frontend/panel/section/static.COMMENTS.html create mode 100644 frontend/panel/section/static.PAGES.html create mode 100644 frontend/panel/section/static.SETTINGS_SECTION.html create mode 100644 frontend/panel/section/static.USERS.html create mode 100644 frontend/panel/section/struct.Section.html create mode 100644 frontend/panel/section/struct.SubPanel.html create mode 100644 frontend/panel/sidebar-items.js create mode 100644 frontend/panel/struct.IndexPage.html create mode 100644 frontend/type.Literal.html diff --git a/frontend/all.html b/frontend/all.html index 172aa92c..08f93048 100644 --- a/frontend/all.html +++ b/frontend/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Functions

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 bcc1d55d..1e3cfcf2 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 = "./output";
\ No newline at end of file diff --git a/frontend/fn.main.html b/frontend/fn.main.html index bafb022d..c18ef50a 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.path.html b/frontend/fn.path.html deleted file mode 100644 index fb37880a..00000000 --- a/frontend/fn.path.html +++ /dev/null @@ -1,5 +0,0 @@ -frontend::path - Rust - -

Function frontend::path[][src]

pub(crate) fn path(rel: &str) -> String
- \ No newline at end of file diff --git a/frontend/fn.rel_path.html b/frontend/fn.rel_path.html new file mode 100644 index 00000000..f030e843 --- /dev/null +++ b/frontend/fn.rel_path.html @@ -0,0 +1,5 @@ +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 new file mode 100644 index 00000000..d7918860 --- /dev/null +++ b/frontend/fn.root_path.html @@ -0,0 +1,5 @@ +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 index a1b80a68..8b17f448 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,9 +1,10 @@ frontend - Rust -

Crate frontend[][src]

Modules

-
signup

Structs

+

Crate frontend[][src]

Modules

+
panel
signup

Structs

IndexPage

Constants

BASE_DIR

Functions

-
main
path
+
main
rel_path
root_path

Type Definitions

+
Literal
\ No newline at end of file diff --git a/frontend/panel/index.html b/frontend/panel/index.html new file mode 100644 index 00000000..722b92d0 --- /dev/null +++ b/frontend/panel/index.html @@ -0,0 +1,7 @@ +frontend::panel - Rust + +

Module frontend::panel[][src]

Modules

+
section

Structs

+
IndexPage
+ \ No newline at end of file diff --git a/frontend/panel/section/index.html b/frontend/panel/section/index.html new file mode 100644 index 00000000..89daa7b0 --- /dev/null +++ b/frontend/panel/section/index.html @@ -0,0 +1,7 @@ +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 new file mode 100644 index 00000000..17ce842d --- /dev/null +++ b/frontend/panel/section/sidebar-items.js @@ -0,0 +1 @@ +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 new file mode 100644 index 00000000..c383b83a --- /dev/null +++ b/frontend/panel/section/static.ADMIN_SECTION.html @@ -0,0 +1,5 @@ +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 new file mode 100644 index 00000000..36be69f6 --- /dev/null +++ b/frontend/panel/section/static.COMMENTS.html @@ -0,0 +1,5 @@ +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 new file mode 100644 index 00000000..1a9afcbf --- /dev/null +++ b/frontend/panel/section/static.PAGES.html @@ -0,0 +1,5 @@ +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 new file mode 100644 index 00000000..a1f6c7b8 --- /dev/null +++ b/frontend/panel/section/static.SETTINGS_SECTION.html @@ -0,0 +1,5 @@ +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 new file mode 100644 index 00000000..73afc93c --- /dev/null +++ b/frontend/panel/section/static.USERS.html @@ -0,0 +1,5 @@ +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 new file mode 100644 index 00000000..6422702b --- /dev/null +++ b/frontend/panel/section/struct.Section.html @@ -0,0 +1,18 @@ +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, 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 new file mode 100644 index 00000000..506f511e --- /dev/null +++ b/frontend/panel/section/struct.SubPanel.html @@ -0,0 +1,18 @@ +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, 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 new file mode 100644 index 00000000..a0ce4b49 --- /dev/null +++ b/frontend/panel/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"mod":[["section",""]],"struct":[["IndexPage",""]]}); \ No newline at end of file diff --git a/frontend/panel/struct.IndexPage.html b/frontend/panel/struct.IndexPage.html new file mode 100644 index 00000000..92c4e9f6 --- /dev/null +++ b/frontend/panel/struct.IndexPage.html @@ -0,0 +1,28 @@ +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> 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 index fca6c558..d2c7eff8 100644 --- a/frontend/sidebar-items.js +++ b/frontend/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"constant":[["BASE_DIR",""]],"fn":[["main",""],["path",""]],"mod":[["signup",""]],"struct":[["IndexPage",""]]}); \ No newline at end of file +initSidebarItems({"constant":[["BASE_DIR",""]],"fn":[["main",""],["rel_path",""],["root_path",""]],"mod":[["panel",""],["signup",""]],"struct":[["IndexPage",""]],"type":[["Literal",""]]}); \ No newline at end of file diff --git a/frontend/signup/index.html b/frontend/signup/index.html index 34b8a07d..d1aca51b 100644 --- a/frontend/signup/index.html +++ b/frontend/signup/index.html @@ -1,6 +1,6 @@ frontend::signup - Rust

Module frontend::signup[][src]

Structs

+ Change settings

Module frontend::signup[][src]

Structs

IndexPage
\ No newline at end of file diff --git a/frontend/signup/struct.IndexPage.html b/frontend/signup/struct.IndexPage.html index 6df95092..ca75c030 100644 --- a/frontend/signup/struct.IndexPage.html +++ b/frontend/signup/struct.IndexPage.html @@ -1,17 +1,24 @@ frontend::signup::IndexPage - Rust -

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

pub struct IndexPage {
+

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

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

- Fields

name: Stringtitle: String

Trait Implementations

impl Sealed for IndexPage[src]

impl TemplateOnce for IndexPage[src]