diff --git a/guard/all.html b/guard/all.html index 2f466b72..0a0d7230 100644 --- a/guard/all.html +++ b/guard/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

Macros

Functions

Typedefs

Statics

Constants

+

Structs

Enums

Macros

Functions

Typedefs

Statics

Constants

\ No newline at end of file diff --git a/guard/pages/panel/constant.PAGE.html b/guard/pages/panel/constant.PAGE.html index b9d947f7..9f1f053d 100644 --- a/guard/pages/panel/constant.PAGE.html +++ b/guard/pages/panel/constant.PAGE.html @@ -1,5 +1,5 @@ guard::pages::panel::PAGE - Rust

Constant guard::pages::panel::PAGE[][src]

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

Constant guard::pages::panel::PAGE[][src]

const PAGE: &str = "Dashboard";
\ No newline at end of file diff --git a/guard/pages/panel/fn.panel.html b/guard/pages/panel/fn.panel.html index 06627c37..8fb76cf0 100644 --- a/guard/pages/panel/fn.panel.html +++ b/guard/pages/panel/fn.panel.html @@ -1,5 +1,5 @@ guard::pages::panel::panel - Rust

Function guard::pages::panel::panel[][src]

async fn panel() -> impl Responder
+ Change settings

Function guard::pages::panel::panel[][src]

async fn panel(
    data: Data<Data>,
    id: Identity
) -> Result<impl Responder, PageError>
\ No newline at end of file diff --git a/guard/pages/panel/fn.services.html b/guard/pages/panel/fn.services.html index 0cd14491..121f9a46 100644 --- a/guard/pages/panel/fn.services.html +++ b/guard/pages/panel/fn.services.html @@ -1,5 +1,5 @@ guard::pages::panel::services - Rust

Function guard::pages::panel::services[][src]

pub fn services(cfg: &mut ServiceConfig)
+ Change settings

Function guard::pages::panel::services[][src]

pub fn services(cfg: &mut ServiceConfig)
\ No newline at end of file diff --git a/guard/pages/panel/index.html b/guard/pages/panel/index.html index 2ccd992b..1e7adb16 100644 --- a/guard/pages/panel/index.html +++ b/guard/pages/panel/index.html @@ -1,9 +1,9 @@ guard::pages::panel - Rust

Module guard::pages::panel[][src]

Modules

+ Change settings

Module guard::pages::panel[][src]

Modules

routes
sitekey

Structs

-
INDEX
IndexPage

Constants

+
IndexPage

Constants

PAGE

Functions

panel
services
\ No newline at end of file diff --git a/guard/pages/panel/routes/index.html b/guard/pages/panel/routes/index.html index 6851eec0..f16696d7 100644 --- a/guard/pages/panel/routes/index.html +++ b/guard/pages/panel/routes/index.html @@ -1,6 +1,6 @@ guard::pages::panel::routes - Rust

Module guard::pages::panel::routes[][src]

Structs

+ Change settings

Module guard::pages::panel::routes[][src]

Structs

Panel
\ No newline at end of file diff --git a/guard/pages/panel/routes/struct.Panel.html b/guard/pages/panel/routes/struct.Panel.html index 36b5b9b1..e5f36d6d 100644 --- a/guard/pages/panel/routes/struct.Panel.html +++ b/guard/pages/panel/routes/struct.Panel.html @@ -1,11 +1,11 @@ guard::pages::panel::routes::Panel - Rust

Struct guard::pages::panel::routes::Panel[][src]

pub struct Panel {
+                Change settings

Struct guard::pages::panel::routes::Panel[][src]

pub struct Panel {
     pub home: &'static str,
     pub sitekey: Sitekey,
 }

- Fields

home: &'static strsitekey: Sitekey

Implementations

impl Panel[src]

pub const fn new() -> Self[src]

Auto Trait Implementations

Blanket Implementations

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