diff --git a/frontend/all.html b/frontend/all.html index 08f93048..da842f65 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/index.html b/frontend/index.html index 8b17f448..bb1d7f07 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,7 +1,7 @@ frontend - Rust

Crate frontend[][src]

Modules

+ Change settings

Crate frontend[][src]

Modules

panel
signup

Structs

IndexPage

Constants

BASE_DIR

Functions

diff --git a/frontend/panel/constant.TITLE.html b/frontend/panel/constant.TITLE.html new file mode 100644 index 00000000..3ebde3b9 --- /dev/null +++ b/frontend/panel/constant.TITLE.html @@ -0,0 +1,5 @@ +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 index 722b92d0..1c1cf0fe 100644 --- a/frontend/panel/index.html +++ b/frontend/panel/index.html @@ -1,7 +1,8 @@ frontend::panel - Rust -

Module frontend::panel[][src]

Modules

+

Module frontend::panel[][src]

Modules

section

Structs

-
IndexPage
+
IndexPage

Constants

+
TITLE
\ No newline at end of file diff --git a/frontend/panel/section/index.html b/frontend/panel/section/index.html index 89daa7b0..a651f089 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 c383b83a..41aa576c 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 36be69f6..2706420c 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 1a9afcbf..7652de4e 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 a1f6c7b8..bc09be08 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 73afc93c..461eaf35 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 6422702b..767c9d89 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> {
+                Change settings

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

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

diff --git a/frontend/panel/section/struct.SubPanel.html b/frontend/panel/section/struct.SubPanel.html index 506f511e..645561e5 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 {
+                Change settings

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

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

diff --git a/frontend/panel/sidebar-items.js b/frontend/panel/sidebar-items.js index a0ce4b49..87b5f7b1 100644 --- a/frontend/panel/sidebar-items.js +++ b/frontend/panel/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"mod":[["section",""]],"struct":[["IndexPage",""]]}); \ No newline at end of file +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 index 92c4e9f6..5b096343 100644 --- a/frontend/panel/struct.IndexPage.html +++ b/frontend/panel/struct.IndexPage.html @@ -6,9 +6,9 @@ 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]

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 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]