Module guard::templates::auth [−][src]
Modules
+Module guard::templates::auth [−][src]
Modules
| login | |
| register |
Module guard::templates::auth::login [−][src]
Structs
+Module guard::templates::auth::login [−][src]
Structs
| IndexPage | |
| login |
Struct guard::templates::auth::login::IndexPage [−][src]
Struct guard::templates::auth::login::IndexPage [−][src]
- Fields
name: Stringtitle: StringImplementations
impl IndexPage[src]
Trait Implementations
impl Clone for IndexPage[src]
fn clone(&self) -> IndexPage[src]
Returns a copy of the value. Read more
+ Fieldsname: Stringtitle: StringImplementations
impl IndexPage[src]
Trait Implementations
impl Clone for IndexPage[src]
fn clone(&self) -> IndexPage[src]
Returns a copy of the value. Read more
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Default for IndexPage[src]
impl Sealed for IndexPage[src]
impl TemplateOnce for IndexPage[src]
fn render_once(self) -> RenderResult[src]
Render the template and return the rendering result as RenderResult Read more
fn render_once_to(self, __sf_buf: &mut Buffer) -> Result<(), RenderError>[src]
Render the template and append the result to buf. Read more
impl Default for IndexPage[src]
impl Sealed for IndexPage[src]
impl TemplateOnce for IndexPage[src]
fn render_once(self) -> RenderResult[src]
Render the template and return the rendering result as RenderResult Read more
fn render_once_to(self, __sf_buf: &mut Buffer) -> Result<(), RenderError>[src]
Render the template and append the result to buf. Read more
Auto Trait Implementations
impl RefUnwindSafe for IndexPage[src]
impl Send for IndexPage[src]
impl Sync for IndexPage[src]
impl Unpin for IndexPage[src]
impl UnwindSafe for IndexPage[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
Mutably borrows from an owned value. Read more
diff --git a/guard/templates/auth/login/struct.login.html b/guard/templates/auth/login/struct.login.html index bb07e7a0..e5a566e5 100644 --- a/guard/templates/auth/login/struct.login.html +++ b/guard/templates/auth/login/struct.login.html @@ -1,7 +1,7 @@Struct guard::templates::auth::login::login [−][src]
pub struct login;
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for login[src]
impl Send for login[src]
impl Sync for login[src]
impl Unpin for login[src]
impl UnwindSafe for login[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
pub fn type_id(&self) -> TypeId[src]
Gets the TypeId of self. Read more
Struct guard::templates::auth::login::login [−][src]
pub struct login;
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for login[src]
impl Send for login[src]
impl Sync for login[src]
impl Unpin for login[src]
impl UnwindSafe for login[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
Mutably borrows from an owned value. Read more
impl<T> Conv for T
pub fn conv<T>(self) -> T where
Self: Into<T>,
Self: Into<T>,
Converts self into T using Into<T>. Read more
Module guard::templates::auth::register [−][src]
Structs
+Module guard::templates::auth::register [−][src]
Structs
| IndexPage | |
| join |
Struct guard::templates::auth::register::IndexPage [−][src]
Struct guard::templates::auth::register::IndexPage [−][src]
- Fields
name: Stringtitle: StringImplementations
impl IndexPage[src]
Trait Implementations
impl Clone for IndexPage[src]
fn clone(&self) -> IndexPage[src]
Returns a copy of the value. Read more
+ Fieldsname: Stringtitle: StringImplementations
impl IndexPage[src]
Trait Implementations
impl Clone for IndexPage[src]
fn clone(&self) -> IndexPage[src]
Returns a copy of the value. Read more
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Default for IndexPage[src]
impl Sealed for IndexPage[src]
impl TemplateOnce for IndexPage[src]
fn render_once(self) -> RenderResult[src]
Render the template and return the rendering result as RenderResult Read more
fn render_once_to(self, __sf_buf: &mut Buffer) -> Result<(), RenderError>[src]
Render the template and append the result to buf. Read more
impl Default for IndexPage[src]
impl Sealed for IndexPage[src]
impl TemplateOnce for IndexPage[src]
fn render_once(self) -> RenderResult[src]
Render the template and return the rendering result as RenderResult Read more
fn render_once_to(self, __sf_buf: &mut Buffer) -> Result<(), RenderError>[src]
Render the template and append the result to buf. Read more
Auto Trait Implementations
impl RefUnwindSafe for IndexPage[src]
impl Send for IndexPage[src]
impl Sync for IndexPage[src]
impl Unpin for IndexPage[src]
impl UnwindSafe for IndexPage[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
Mutably borrows from an owned value. Read more
diff --git a/guard/templates/auth/register/struct.join.html b/guard/templates/auth/register/struct.join.html index 32681e4e..09fd6a8c 100644 --- a/guard/templates/auth/register/struct.join.html +++ b/guard/templates/auth/register/struct.join.html @@ -1,7 +1,7 @@Struct guard::templates::auth::register::join [−][src]
pub struct join;
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for join[src]
impl Send for join[src]
impl Sync for join[src]
impl Unpin for join[src]
impl UnwindSafe for join[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
pub fn type_id(&self) -> TypeId[src]
Gets the TypeId of self. Read more
Struct guard::templates::auth::register::join [−][src]
pub struct join;
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for join[src]
impl Send for join[src]
impl Sync for join[src]
impl Unpin for join[src]
impl UnwindSafe for join[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
Mutably borrows from an owned value. Read more
impl<T> Conv for T
pub fn conv<T>(self) -> T where
Self: Into<T>,
Self: Into<T>,
Converts self into T using Into<T>. Read more
Constant guard::templates::panel::TITLE [−][src]
const TITLE: &str = "Dashboard";
Constant guard::templates::panel::TITLE [−][src]
const TITLE: &str = "Dashboard";
Module guard::templates::panel [−][src]
Structs
+Module guard::templates::panel [−][src]
Structs
| IndexPage | |
| panel |
Constants
| TITLE |
Struct guard::templates::panel::IndexPage [−][src]
Struct guard::templates::panel::IndexPage [−][src]
- Fields
name: Stringtitle: StringImplementations
impl IndexPage[src]
Trait Implementations
impl Clone for IndexPage[src]
fn clone(&self) -> IndexPage[src]
Returns a copy of the value. Read more
+ Fieldsname: Stringtitle: StringImplementations
impl IndexPage[src]
Trait Implementations
impl Clone for IndexPage[src]
fn clone(&self) -> IndexPage[src]
Returns a copy of the value. Read more
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Default for IndexPage[src]
impl Sealed for IndexPage[src]
impl TemplateOnce for IndexPage[src]
fn render_once(self) -> RenderResult[src]
Render the template and return the rendering result as RenderResult Read more
fn render_once_to(self, __sf_buf: &mut Buffer) -> Result<(), RenderError>[src]
Render the template and append the result to buf. Read more
impl Default for IndexPage[src]
impl Sealed for IndexPage[src]
impl TemplateOnce for IndexPage[src]
fn render_once(self) -> RenderResult[src]
Render the template and return the rendering result as RenderResult Read more
fn render_once_to(self, __sf_buf: &mut Buffer) -> Result<(), RenderError>[src]
Render the template and append the result to buf. Read more
Auto Trait Implementations
impl RefUnwindSafe for IndexPage[src]
impl Send for IndexPage[src]
impl Sync for IndexPage[src]
impl Unpin for IndexPage[src]
impl UnwindSafe for IndexPage[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
Mutably borrows from an owned value. Read more
diff --git a/guard/templates/panel/struct.panel.html b/guard/templates/panel/struct.panel.html index fc1eb2be..a97605be 100644 --- a/guard/templates/panel/struct.panel.html +++ b/guard/templates/panel/struct.panel.html @@ -1,7 +1,7 @@Struct guard::templates::panel::panel [−][src]
pub struct panel;
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for panel[src]
impl Send for panel[src]
impl Sync for panel[src]
impl Unpin for panel[src]
impl UnwindSafe for panel[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
pub fn type_id(&self) -> TypeId[src]
Gets the TypeId of self. Read more
Struct guard::templates::panel::panel [−][src]
pub struct panel;
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for panel[src]
impl Send for panel[src]
impl Sync for panel[src]
impl Unpin for panel[src]
impl UnwindSafe for panel[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
Mutably borrows from an owned value. Read more
impl<T> Conv for T
pub fn conv<T>(self) -> T where
Self: Into<T>,
Self: Into<T>,
Converts self into T using Into<T>. Read more
-use actix_web::{get, HttpResponse, Responder}; +/* +* Copyright (C) 2021 Aravinth Manivannan <realaravinth@batsense.net> +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU Affero General Public License as +* published by the Free Software Foundation, either version 3 of the +* License, or (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU Affero General Public License for more details. +* +* You should have received a copy of the GNU Affero General Public License +* along with this program. If not, see <https://www.gnu.org/licenses/>. +*/ +use actix_web::{get, HttpResponse, Responder}; use sailfish::TemplateOnce; #[derive(Clone, TemplateOnce)] diff --git a/src/guard/templates/auth/mod.rs.html b/src/guard/templates/auth/mod.rs.html index 7b755665..9a8e4bdc 100644 --- a/src/guard/templates/auth/mod.rs.html +++ b/src/guard/templates/auth/mod.rs.html @@ -1,9 +1,43 @@mod.rs - source 1 -2 +
1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19
+/* +* Copyright (C) 2021 Aravinth Manivannan <realaravinth@batsense.net> +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU Affero General Public License as +* published by the Free Software Foundation, either version 3 of the +* License, or (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU Affero General Public License for more details. +* +* You should have received a copy of the GNU Affero General Public License +* along with this program. If not, see <https://www.gnu.org/licenses/>. +*/ + pub mod login; pub mod register;
+/* +* Copyright (C) 2021 Aravinth Manivannan <realaravinth@batsense.net> +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU Affero General Public License as +* published by the Free Software Foundation, either version 3 of the +* License, or (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU Affero General Public License for more details. +* +* You should have received a copy of the GNU Affero General Public License +* along with this program. If not, see <https://www.gnu.org/licenses/>. +*/ + use actix_web::{get, HttpResponse, Responder}; use sailfish::TemplateOnce; diff --git a/src/guard/templates/panel/mod.rs.html b/src/guard/templates/panel/mod.rs.html index b9c22c51..9c58322d 100644 --- a/src/guard/templates/panel/mod.rs.html +++ b/src/guard/templates/panel/mod.rs.html @@ -36,7 +36,41 @@ 33 34 35 +36 +37 +38 +39 +40 +41 +42 +43 +44 +45 +46 +47 +48 +49 +50 +51 +52
+/* +* Copyright (C) 2021 Aravinth Manivannan <realaravinth@batsense.net> +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU Affero General Public License as +* published by the Free Software Foundation, either version 3 of the +* License, or (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU Affero General Public License for more details. +* +* You should have received a copy of the GNU Affero General Public License +* along with this program. If not, see <https://www.gnu.org/licenses/>. +*/ + use actix_web::{get, HttpResponse, Responder}; use sailfish::TemplateOnce;