pub struct UserUpdatePassword {
pub reset_password_token: String,
pub password: String,
pub password_confirmation: String,
}Fields§
§reset_password_token: String§password: String§password_confirmation: StringTrait Implementations§
Source§impl Debug for UserUpdatePassword
impl Debug for UserUpdatePassword
Auto Trait Implementations§
impl Freeze for UserUpdatePassword
impl RefUnwindSafe for UserUpdatePassword
impl Send for UserUpdatePassword
impl Sync for UserUpdatePassword
impl Unpin for UserUpdatePassword
impl UnwindSafe for UserUpdatePassword
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