Skip to main content

UpdateProfileResponse

Type Alias UpdateProfileResponse 

Source
pub type UpdateProfileResponse<C> = Result<ApiUpdateProfileResponse, <C as ClientApi>::Error>;

Aliased Type§

pub enum UpdateProfileResponse<C> {
    Ok(ApiUpdateProfileResponse),
    Err(<C as ClientApi>::Error),
}

Variants§

§1.0.0

Ok(ApiUpdateProfileResponse)

Contains the success value

§1.0.0

Err(<C as ClientApi>::Error)

Contains the error value