Struct rive_models::payload::ResendVerificationPayload
source · pub struct ResendVerificationPayload {
pub email: String,
pub captcha: Option<String>,
}Expand description
Resend information
Fields§
§email: StringEmail associated with the account
captcha: Option<String>Captcha verification code
Trait Implementations§
source§impl Clone for ResendVerificationPayload
impl Clone for ResendVerificationPayload
source§fn clone(&self) -> ResendVerificationPayload
fn clone(&self) -> ResendVerificationPayload
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 ResendVerificationPayload
impl Debug for ResendVerificationPayload
source§impl Default for ResendVerificationPayload
impl Default for ResendVerificationPayload
source§fn default() -> ResendVerificationPayload
fn default() -> ResendVerificationPayload
Returns the “default value” for a type. Read more