diff --git a/guard/all.html b/guard/all.html index ceb4709a..eb43a743 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/sitekey/fn.services.html b/guard/pages/panel/sitekey/fn.services.html index 4692dd9f..50934959 100644 --- a/guard/pages/panel/sitekey/fn.services.html +++ b/guard/pages/panel/sitekey/fn.services.html @@ -1,5 +1,5 @@ guard::pages::panel::sitekey::services - Rust

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

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

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

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

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

Modules

-
add
list
routes

Functions

+ Change settings

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

Modules

+
add
list
routes
view

Functions

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

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

Structs

+ Change settings

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

Structs

Sitekey
\ No newline at end of file diff --git a/guard/pages/panel/sitekey/routes/struct.Sitekey.html b/guard/pages/panel/sitekey/routes/struct.Sitekey.html index d6cf5097..cdf7703f 100644 --- a/guard/pages/panel/sitekey/routes/struct.Sitekey.html +++ b/guard/pages/panel/sitekey/routes/struct.Sitekey.html @@ -1,12 +1,12 @@ guard::pages::panel::sitekey::routes::Sitekey - Rust

Struct guard::pages::panel::sitekey::routes::Sitekey[][src]

pub struct Sitekey {
+                Change settings

Struct guard::pages::panel::sitekey::routes::Sitekey[][src]

pub struct Sitekey {
     pub list: &'static str,
     pub add: &'static str,
     pub view: &'static str,
 }

- Fields

list: &'static stradd: &'static strview: &'static str

Implementations

impl Sitekey[src]

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

Auto Trait Implementations

Blanket Implementations

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