mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 22:06:29 +03:00
Add more documentation comments
This commit is contained in:
@@ -473,11 +473,15 @@ fn decode_webrtc_instance(_context: &Context, qr: &str) -> Result<Qr> {
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
struct CreateAccountSuccessResponse {
|
||||
/// Email address.
|
||||
email: String,
|
||||
|
||||
/// Password.
|
||||
password: String,
|
||||
}
|
||||
#[derive(Debug, Deserialize)]
|
||||
struct CreateAccountErrorResponse {
|
||||
/// Reason for the failure to create account returned by the server.
|
||||
reason: String,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user