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 moresource§impl Debug for SendPasswordResetPayload
impl Debug for SendPasswordResetPayload
source§impl Serialize for SendPasswordResetPayload
impl Serialize for SendPasswordResetPayload
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more