Struct rive_models::data::ResendVerificationData
source · pub struct ResendVerificationData {
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 ResendVerificationData
impl Clone for ResendVerificationData
source§fn clone(&self) -> ResendVerificationData
fn clone(&self) -> ResendVerificationData
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 ResendVerificationData
impl Debug for ResendVerificationData
source§impl Default for ResendVerificationData
impl Default for ResendVerificationData
source§fn default() -> ResendVerificationData
fn default() -> ResendVerificationData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ResendVerificationData
impl Send for ResendVerificationData
impl Sync for ResendVerificationData
impl Unpin for ResendVerificationData
impl UnwindSafe for ResendVerificationData
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