Struct mcaptcha::email::verification::IndexPage
source · struct IndexPage<'a> {
verification_link: &'a str,
}
Fields§
§verification_link: &'a str
Implementations§
Trait Implementations§
source§impl<'a> TemplateOnce for IndexPage<'a>
impl<'a> TemplateOnce for IndexPage<'a>
source§fn render_once(self) -> RenderResult
fn render_once(self) -> RenderResult
Render the template and return the rendering result as
RenderResult
Read more