pub struct update_user_password;
Trait Implementations
sourceimpl HttpServiceFactory for update_user_password
impl HttpServiceFactory for update_user_password
Auto Trait Implementations
impl RefUnwindSafe for update_user_password
impl Send for update_user_password
impl Sync for update_user_password
impl Unpin for update_user_password
impl UnwindSafe for update_user_password
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