Struct rive_models::data::ChangePasswordData
source · pub struct ChangePasswordData {
pub password: String,
pub current_password: String,
}Expand description
Change password data
Fields§
§password: StringNew password
current_password: StringCurrent password
Trait Implementations§
source§impl Clone for ChangePasswordData
impl Clone for ChangePasswordData
source§fn clone(&self) -> ChangePasswordData
fn clone(&self) -> ChangePasswordData
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 ChangePasswordData
impl Debug for ChangePasswordData
Auto Trait Implementations§
impl RefUnwindSafe for ChangePasswordData
impl Send for ChangePasswordData
impl Sync for ChangePasswordData
impl Unpin for ChangePasswordData
impl UnwindSafe for ChangePasswordData
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