Document forms
This commit is contained in:
parent
95c71a2ed5
commit
17d1606ae6
1 changed files with 2 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
|
|
||||||
|
/// The contact form.
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
pub struct ContactForm {
|
pub struct ContactForm {
|
||||||
|
/// The id for the captcha.
|
||||||
pub id: u16,
|
pub id: u16,
|
||||||
pub name: String,
|
pub name: String,
|
||||||
pub email: String,
|
pub email: String,
|
||||||
|
|
Loading…
Reference in a new issue