Struct rive_models::payload::SendPasswordResetPayload
source · pub struct SendPasswordResetPayload {
pub email: String,
pub captcha: Option<String>,
}Expand description
Reset password information
Fields§
§email: StringEmail associated with the account
captcha: Option<String>Captcha verification code
Trait Implementations§
source§impl Clone for SendPasswordResetPayload
impl Clone for SendPasswordResetPayload
source§fn clone(&self) -> SendPasswordResetPayload
fn clone(&self) -> SendPasswordResetPayload
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 more