Struct rive_models::data::SendPasswordResetData
source · pub struct SendPasswordResetData {
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 SendPasswordResetData
impl Clone for SendPasswordResetData
source§fn clone(&self) -> SendPasswordResetData
fn clone(&self) -> SendPasswordResetData
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 SendPasswordResetData
impl Debug for SendPasswordResetData
Auto Trait Implementations§
impl RefUnwindSafe for SendPasswordResetData
impl Send for SendPasswordResetData
impl Sync for SendPasswordResetData
impl Unpin for SendPasswordResetData
impl UnwindSafe for SendPasswordResetData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more