pub struct AdvanceIndexPage<'a> {
pub levels: usize,
pub form_title: &'a str,
pub form_description: &'a str,
pub form_duration: usize,
}Fields§
§levels: usize§form_title: &'a str§form_description: &'a str§form_duration: usizeTrait Implementations§
source§impl<'a> Clone for AdvanceIndexPage<'a>
impl<'a> Clone for AdvanceIndexPage<'a>
source§fn clone(&self) -> AdvanceIndexPage<'a>
fn clone(&self) -> AdvanceIndexPage<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'a> Default for AdvanceIndexPage<'a>
impl<'a> Default for AdvanceIndexPage<'a>
source§impl<'a> TemplateOnce for AdvanceIndexPage<'a>
impl<'a> TemplateOnce for AdvanceIndexPage<'a>
source§fn render_once(self) -> RenderResult
fn render_once(self) -> RenderResult
Render the template and return the rendering result as
RenderResult Read more