Struct rive_models::payload::ChangeEmailPayload
source · pub struct ChangeEmailPayload {
pub email: String,
pub current_password: String,
}Expand description
Change email data
Fields§
§email: StringValid email address
current_password: StringCurrent password
Trait Implementations§
source§impl Clone for ChangeEmailPayload
impl Clone for ChangeEmailPayload
source§fn clone(&self) -> ChangeEmailPayload
fn clone(&self) -> ChangeEmailPayload
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