mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
Deploying to gh-pages from @ 82ecfd695a9f673d6661c4b2ae8a3528c635486c 🚀
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@
|
||||
levels: <a class="struct" href="https://doc.rust-lang.org/1.73.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><Level>,
|
||||
publish_benchmarks: <a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a>,
|
||||
}</code></pre><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.duration" class="structfield small-section-header"><a href="#structfield.duration" class="anchor field">§</a><code>duration: <a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.u32.html">u32</a></code></span><span id="structfield.name" class="structfield small-section-header"><a href="#structfield.name" class="anchor field">§</a><code>name: <a class="struct" href="https://doc.rust-lang.org/1.73.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code></span><span id="structfield.key" class="structfield small-section-header"><a href="#structfield.key" class="anchor field">§</a><code>key: <a class="struct" href="https://doc.rust-lang.org/1.73.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code></span><span id="structfield.levels" class="structfield small-section-header"><a href="#structfield.levels" class="anchor field">§</a><code>levels: <a class="struct" href="https://doc.rust-lang.org/1.73.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><Level></code></span><span id="structfield.publish_benchmarks" class="structfield small-section-header"><a href="#structfield.publish_benchmarks" class="anchor field">§</a><code>publish_benchmarks: <a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a></code></span><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-AdvanceEditPage" class="impl"><a class="src rightside" href="../../../../../src/mcaptcha/pages/panel/sitekey/edit.rs.html#30-45">source</a><a href="#impl-AdvanceEditPage" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.AdvanceEditPage.html" title="struct mcaptcha::pages::panel::sitekey::edit::AdvanceEditPage">AdvanceEditPage</a></h3></section></summary><div class="impl-items"><section id="method.new" class="method"><a class="src rightside" href="../../../../../src/mcaptcha/pages/panel/sitekey/edit.rs.html#31-44">source</a><h4 class="code-header">fn <a href="#method.new" class="fn">new</a>(
|
||||
config: Captcha,
|
||||
config: <a class="struct" href="../../../../../db_core/struct.Captcha.html" title="struct db_core::Captcha">Captcha</a>,
|
||||
levels: <a class="struct" href="https://doc.rust-lang.org/1.73.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><Level>,
|
||||
key: <a class="struct" href="https://doc.rust-lang.org/1.73.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
|
||||
publish_benchmarks: <a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -7,7 +7,7 @@
|
||||
publish_benchmarks: <a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a>,
|
||||
}</code></pre><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.duration" class="structfield small-section-header"><a href="#structfield.duration" class="anchor field">§</a><code>duration: <a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.u32.html">u32</a></code></span><span id="structfield.name" class="structfield small-section-header"><a href="#structfield.name" class="anchor field">§</a><code>name: <a class="struct" href="https://doc.rust-lang.org/1.73.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code></span><span id="structfield.key" class="structfield small-section-header"><a href="#structfield.key" class="anchor field">§</a><code>key: <a class="struct" href="https://doc.rust-lang.org/1.73.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code></span><span id="structfield.levels" class="structfield small-section-header"><a href="#structfield.levels" class="anchor field">§</a><code>levels: <a class="struct" href="https://doc.rust-lang.org/1.73.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><Level></code></span><span id="structfield.stats" class="structfield small-section-header"><a href="#structfield.stats" class="anchor field">§</a><code>stats: <a class="struct" href="../../../../stats/struct.CaptchaStats.html" title="struct mcaptcha::stats::CaptchaStats">CaptchaStats</a></code></span><span id="structfield.publish_benchmarks" class="structfield small-section-header"><a href="#structfield.publish_benchmarks" class="anchor field">§</a><code>publish_benchmarks: <a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a></code></span><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-IndexPage" class="impl"><a class="src rightside" href="../../../../../src/mcaptcha/pages/panel/sitekey/view.rs.html#30-47">source</a><a href="#impl-IndexPage" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.IndexPage.html" title="struct mcaptcha::pages::panel::sitekey::view::IndexPage">IndexPage</a></h3></section></summary><div class="impl-items"><section id="method.new" class="method"><a class="src rightside" href="../../../../../src/mcaptcha/pages/panel/sitekey/view.rs.html#31-46">source</a><h4 class="code-header">fn <a href="#method.new" class="fn">new</a>(
|
||||
stats: <a class="struct" href="../../../../stats/struct.CaptchaStats.html" title="struct mcaptcha::stats::CaptchaStats">CaptchaStats</a>,
|
||||
config: Captcha,
|
||||
config: <a class="struct" href="../../../../../db_core/struct.Captcha.html" title="struct db_core::Captcha">Captcha</a>,
|
||||
levels: <a class="struct" href="https://doc.rust-lang.org/1.73.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><Level>,
|
||||
key: <a class="struct" href="https://doc.rust-lang.org/1.73.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
|
||||
publish_benchmarks: <a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user