mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 18:15:39 +00:00
Deploying to gh-pages from @ 3d9056e968 🚀
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</div></div></div><h2 id="structs" class="small-section-header"><a href="#structs">Structs</a></h2>
|
||||
<div class="item-table"><div class="item-row"><div class="item-left module-item"><a class="struct" href="struct.AddNotification.html" title="db_sqlx_postgres::dev::prelude::AddNotification struct">AddNotification</a></div><div class="item-right docblock-short"><p>Data required to add notification</p>
|
||||
</div></div><div class="item-row"><div class="item-left module-item"><a class="struct" href="struct.Captcha.html" title="db_sqlx_postgres::dev::prelude::Captcha struct">Captcha</a></div><div class="item-right docblock-short"><p>Data representing a captcha</p>
|
||||
</div></div><div class="item-row"><div class="item-left module-item"><a class="struct" href="struct.CreateCaptcha.html" title="db_sqlx_postgres::dev::prelude::CreateCaptcha struct">CreateCaptcha</a></div><div class="item-right docblock-short"><p>data requried to create new captcha</p>
|
||||
</div></div><div class="item-row"><div class="item-left module-item"><a class="struct" href="struct.CreateCaptcha.html" title="db_sqlx_postgres::dev::prelude::CreateCaptcha struct">CreateCaptcha</a></div><div class="item-right docblock-short"><p>data required to create new captcha</p>
|
||||
</div></div><div class="item-row"><div class="item-left module-item"><a class="struct" href="struct.Level.html" title="db_sqlx_postgres::dev::prelude::Level struct">Level</a></div><div class="item-right docblock-short"><p>Level struct that describes threshold-difficulty factor mapping</p>
|
||||
</div></div><div class="item-row"><div class="item-left module-item"><a class="struct" href="struct.NameHash.html" title="db_sqlx_postgres::dev::prelude::NameHash struct">NameHash</a></div><div class="item-right docblock-short"><p>type encapsulating username and hashed password of a user</p>
|
||||
</div></div><div class="item-row"><div class="item-left module-item"><a class="struct" href="struct.Notification.html" title="db_sqlx_postgres::dev::prelude::Notification struct">Notification</a></div><div class="item-right docblock-short"><p>Represents notification</p>
|
||||
@@ -24,7 +24,7 @@
|
||||
</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.Login.html" title="db_sqlx_postgres::dev::prelude::Login enum">Login</a></div><div class="item-right docblock-short"><p>types of credentials used as identifiers during login</p>
|
||||
</div></div></div><h2 id="traits" class="small-section-header"><a href="#traits">Traits</a></h2>
|
||||
<div class="item-table"><div class="item-row"><div class="item-left module-item"><a class="trait" href="trait.CloneSPDatabase.html" title="db_sqlx_postgres::dev::prelude::CloneSPDatabase trait">CloneSPDatabase</a></div><div class="item-right docblock-short"><p>Trait to clone MCDatabase</p>
|
||||
</div></div><div class="item-row"><div class="item-left module-item"><a class="trait" href="trait.Connect.html" title="db_sqlx_postgres::dev::prelude::Connect trait">Connect</a></div><div class="item-right docblock-short"><p>Create databse connection</p>
|
||||
</div></div><div class="item-row"><div class="item-left module-item"><a class="trait" href="trait.Connect.html" title="db_sqlx_postgres::dev::prelude::Connect trait">Connect</a></div><div class="item-right docblock-short"><p>Create database connection</p>
|
||||
</div></div><div class="item-row"><div class="item-left module-item"><a class="trait" href="trait.DBOps.html" title="db_sqlx_postgres::dev::prelude::DBOps trait">DBOps</a></div><div class="item-right docblock-short"><p>Database operations trait(migrations, pool creation and fetching connection from pool)</p>
|
||||
</div></div><div class="item-row"><div class="item-left module-item"><a class="trait" href="trait.GetConnection.html" title="db_sqlx_postgres::dev::prelude::GetConnection trait">GetConnection</a></div><div class="item-right docblock-short"><p>Get database connection</p>
|
||||
</div></div><div class="item-row"><div class="item-left module-item"><a class="trait" href="trait.MCDatabase.html" title="db_sqlx_postgres::dev::prelude::MCDatabase trait">MCDatabase</a></div><div class="item-right docblock-short"><p>mCaptcha’s database requirements. To implement support for $Database, kindly implement this
|
||||
|
||||
Reference in New Issue
Block a user