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: usize
Trait 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 moreimpl<'a> Sealed for AdvanceIndexPage<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for AdvanceIndexPage<'a>
impl<'a> Send for AdvanceIndexPage<'a>
impl<'a> Sync for AdvanceIndexPage<'a>
impl<'a> Unpin for AdvanceIndexPage<'a>
impl<'a> UnwindSafe for AdvanceIndexPage<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more