Fields
new_password: Stringconfirm_new_password: StringTrait Implementations
sourceimpl From<ChangePasswordReqest> for UpdatePassword
impl From<ChangePasswordReqest> for UpdatePassword
sourcefn from(s: ChangePasswordReqest) -> Self
fn from(s: ChangePasswordReqest) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for UpdatePassword
impl Send for UpdatePassword
impl Sync for UpdatePassword
impl Unpin for UpdatePassword
impl UnwindSafe for UpdatePassword
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more