struct IndexPage {
duration: u32,
name: String,
key: String,
levels: Vec<Level>,
stats: CaptchaStats,
publish_benchmarks: bool,
}Fields§
§duration: u32§name: String§key: String§levels: Vec<Level>§stats: CaptchaStats§publish_benchmarks: boolImplementations§
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 more