List of all items[−] - -
Structs
Functions
Typedefs
Statics
- panel::section::ADMIN_SECTION
- panel::section::COMMENTS
- panel::section::PAGES
- panel::section::SETTINGS_SECTION
- panel::section::USERS
diff --git a/frontend/all.html b/frontend/all.html deleted file mode 100644 index f8f6f180..00000000 --- a/frontend/all.html +++ /dev/null @@ -1,7 +0,0 @@ -
pub(crate) const BASE_DIR: &str = "./prod";
pub(crate) fn main()
pub(crate) fn rel_path(dir: &str, file: &str) -> String
pub(crate) fn root_path(rel: &str) -> String
| panel | |
| signup |
| FILES | |
| IndexPage |
| BASE_DIR |
| main | |
| rel_path | |
| root_path |
| Literal |
const TITLE: &str = "Dashboard";
| section |
| IndexPage |
| TITLE |
| Section | |
| SubPanel |
| ADMIN_SECTION | |
| COMMENTS | |
| PAGES | |
| SETTINGS_SECTION | |
| USERS |
pub static ADMIN_SECTION: Section<3>
pub static COMMENTS: SubPanel
pub static PAGES: SubPanel
pub static SETTINGS_SECTION: Section<3>
pub static USERS: SubPanel
name: Literalelements: [&'static SubPanel; N]impl<const N: usize> RefUnwindSafe for Section<N>[src]impl<const N: usize> Send for Section<N>[src]impl<const N: usize> Sync for Section<N>[src]impl<const N: usize> Unpin for Section<N>[src]impl<const N: usize> UnwindSafe for Section<N>[src]impl<T> Any for T where
T: 'static + ?Sized, [src]impl<T> Borrow<T> for T where
T: ?Sized, [src]impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]impl<T> From<T> for T[src]impl<T, U> Into<U> for T where
U: From<T>, [src]impl<T> Same<T> for Ttype Output = TShould always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]type Error = InfallibleThe type returned in the event of a conversion error.
-pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]name: Literalicon: Literalimpl RefUnwindSafe for SubPanel[src]impl Send for SubPanel[src]impl Sync for SubPanel[src]impl Unpin for SubPanel[src]impl UnwindSafe for SubPanel[src]impl<T> Any for T where
T: 'static + ?Sized, [src]impl<T> Borrow<T> for T where
T: ?Sized, [src]impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]impl<T> From<T> for T[src]impl<T, U> Into<U> for T where
U: From<T>, [src]impl<T> Same<T> for Ttype Output = TShould always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]type Error = InfallibleThe type returned in the event of a conversion error.
-pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]name: Stringtitle: Stringactive: &'static SubPanelimpl IndexPage[src]impl Clone for IndexPage[src]impl Default for IndexPage[src]impl Sealed for IndexPage[src]impl TemplateOnce for IndexPage[src]fn render_once(self) -> RenderResult[src]fn render_once_to(self, __sf_buf: &mut Buffer) -> Result<(), RenderError>[src]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]impl<T> Any for T where
T: 'static + ?Sized, [src]impl<T> Borrow<T> for T where
T: ?Sized, [src]impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]impl<T> From<T> for T[src]impl<T, U> Into<U> for T where
U: From<T>, [src]impl<T> Same<T> for Ttype Output = TShould always be Self
impl<T> ToOwned for T where
T: Clone, [src]type Owned = TThe resulting type after obtaining ownership.
-pub fn to_owned(&self) -> T[src]pub fn clone_into(&self, target: &mut T)[src]impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]type Error = InfallibleThe type returned in the event of a conversion error.
-pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]| IndexPage |
name: Stringtitle: Stringimpl IndexPage[src]impl Clone for IndexPage[src]impl Default for IndexPage[src]impl Sealed for IndexPage[src]impl TemplateOnce for IndexPage[src]fn render_once(self) -> RenderResult[src]fn render_once_to(self, __sf_buf: &mut Buffer) -> Result<(), RenderError>[src]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]impl<T> Any for T where
T: 'static + ?Sized, [src]impl<T> Borrow<T> for T where
T: ?Sized, [src]impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]impl<T> From<T> for T[src]impl<T, U> Into<U> for T where
U: From<T>, [src]impl<T> Same<T> for Ttype Output = TShould always be Self
impl<T> ToOwned for T where
T: Clone, [src]type Owned = TThe resulting type after obtaining ownership.
-pub fn to_owned(&self) -> T[src]pub fn clone_into(&self, target: &mut T)[src]impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]type Error = InfallibleThe type returned in the event of a conversion error.
-pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]__private_field: ()pub fn get(&'a self, path: &'a str) -> Option<&'a str>pub fn get_full_path(&'a self, path: &'a str) -> Option<&'a String>pub fn to_env(&self)impl RefUnwindSafe for FILES[src]impl Send for FILES[src]impl Sync for FILES[src]impl Unpin for FILES[src]impl UnwindSafe for FILES[src]impl<T> Any for T where
T: 'static + ?Sized, [src]impl<T> Borrow<T> for T where
T: ?Sized, [src]impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]impl<T> From<T> for T[src]impl<T, U> Into<U> for T where
U: From<T>, [src]impl<T> Same<T> for Ttype Output = TShould always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]type Error = InfallibleThe type returned in the event of a conversion error.
-pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]name: Stringtitle: Stringimpl IndexPage[src]impl Clone for IndexPage[src]impl Default for IndexPage[src]impl Sealed for IndexPage[src]impl TemplateOnce for IndexPage[src]fn render_once(self) -> RenderResult[src]fn render_once_to(self, __sf_buf: &mut Buffer) -> Result<(), RenderError>[src]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]impl<T> Any for T where
T: 'static + ?Sized, [src]impl<T> Borrow<T> for T where
T: ?Sized, [src]impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]impl<T> From<T> for T[src]impl<T, U> Into<U> for T where
U: From<T>, [src]impl<T> Same<T> for Ttype Output = TShould always be Self
impl<T> ToOwned for T where
T: Clone, [src]type Owned = TThe resulting type after obtaining ownership.
-pub fn to_owned(&self) -> T[src]pub fn clone_into(&self, target: &mut T)[src]impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]type Error = InfallibleThe type returned in the event of a conversion error.
-pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]type Literal = &'static str;