[][src]Trait stcloud::apis::ResetPasswordApi

pub trait ResetPasswordApi {
    fn reset_password_using_post(
        &self,
        dto: UserInfo
    ) -> Box<dyn Future<Item = GenericApiResponse, Error = Error<Value>>>; }

Required methods

fn reset_password_using_post(
    &self,
    dto: UserInfo
) -> Box<dyn Future<Item = GenericApiResponse, Error = Error<Value>>>

Loading content...

Implementors

impl<C: Connect> ResetPasswordApi for ResetPasswordApiClient<C>[src]

Loading content...