Struct rive_models::payload::CreateAccountPayload
source · pub struct CreateAccountPayload {
pub email: String,
pub password: String,
pub invite: Option<String>,
pub captcha: Option<String>,
}Expand description
New account data
Fields§
§email: StringValid email address
password: StringPassword
invite: Option<String>Invite code
captcha: Option<String>Captcha verification code
Trait Implementations§
source§impl Clone for CreateAccountPayload
impl Clone for CreateAccountPayload
source§fn clone(&self) -> CreateAccountPayload
fn clone(&self) -> CreateAccountPayload
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CreateAccountPayload
impl Debug for CreateAccountPayload
source§impl Default for CreateAccountPayload
impl Default for CreateAccountPayload
source§fn default() -> CreateAccountPayload
fn default() -> CreateAccountPayload
Returns the “default value” for a type. Read more