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