pub type UpdateProfileResponse<C> = Result<ApiUpdateProfileResponse, <C as ClientApi>::Error>;Aliased Type§
pub enum UpdateProfileResponse<C> {
Ok(ApiUpdateProfileResponse),
Err(<C as ClientApi>::Error),
}Variants§
Ok(ApiUpdateProfileResponse)
Contains the success value
Err(<C as ClientApi>::Error)
Contains the error value