pub struct IndexPage;
Implementations§
Trait Implementations§
source§impl TemplateOnce for IndexPage
impl TemplateOnce for IndexPage
source§fn render_once(self) -> RenderResult
fn render_once(self) -> RenderResult
Render the template and return the rendering result as
RenderResult
Read moreimpl Sealed for IndexPage
Auto Trait Implementations§
impl RefUnwindSafe for IndexPage
impl Send for IndexPage
impl Sync for IndexPage
impl Unpin for IndexPage
impl UnwindSafe for IndexPage
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