Struct slack_api::users_profile::SetResponse [] [src]

pub struct SetResponse {
    pub profile: Option<UserProfile>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for SetResponse
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for SetResponse
[src]

[]

Formats the value using the given formatter.

impl<E: Error> Into<Result<SetResponse, SetError<E>>> for SetResponse
[src]

[]

Performs the conversion.