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. Read more

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

Performs the conversion.

Auto Trait Implementations

impl Send for SetResponse

impl Sync for SetResponse