From e1439b21cf7b4ea86e653f87297f55f1e61640fa Mon Sep 17 00:00:00 2001 From: realaravinth Date: Thu, 27 May 2021 14:31:35 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=205963d?= =?UTF-8?q?f19f2305e944e419c4d0b16643b7b920a2b=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guard/pages/routes/index.html | 2 +- guard/pages/routes/struct.Routes.html | 7 ++++--- search-index.js | 2 +- src/guard/pages/routes.rs.html | 4 ++++ 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/guard/pages/routes/index.html b/guard/pages/routes/index.html index 5708c7c1..84efd484 100644 --- a/guard/pages/routes/index.html +++ b/guard/pages/routes/index.html @@ -1,7 +1,7 @@ guard::pages::routes - Rust

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

Structs

+ Change settings

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

Structs

Routes

Constants

ROUTES
\ No newline at end of file diff --git a/guard/pages/routes/struct.Routes.html b/guard/pages/routes/struct.Routes.html index 4458c13d..da5db91d 100644 --- a/guard/pages/routes/struct.Routes.html +++ b/guard/pages/routes/struct.Routes.html @@ -1,7 +1,7 @@ guard::pages::routes::Routes - Rust -

Struct guard::pages::routes::Routes[][src]

pub struct Routes {
+

Struct guard::pages::routes::Routes[][src]

pub struct Routes {
     pub home: &'static str,
     pub auth: Auth,
     pub panel: Panel,
@@ -9,8 +9,9 @@
     pub about: &'static str,
     pub thanks: &'static str,
     pub donate: &'static str,
+    pub security: &'static str,
 }

- Fields

home: &'static strauth: Authpanel: Panelerrors: Errorsabout: &'static strthanks: &'static strdonate: &'static str

Implementations

impl Routes[src]

const fn new() -> Routes[src]

Auto Trait Implementations

Blanket Implementations

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

 /*
 * Copyright (C) 2021  Aravinth Manivannan <realaravinth@batsense.net>
@@ -79,6 +81,7 @@
     pub about: &'static str,
     pub thanks: &'static str,
     pub donate: &'static str,
+    pub security: &'static str,
 }
 
 impl Routes {
@@ -93,6 +96,7 @@
             about: "/about",
             thanks: "/thanks",
             donate: "/donate",
+            security: "/security",
         }
     }
 }