Struct slack_api::users_profile::SetResponse
[−]
[src]
pub struct SetResponse {
pub profile: Option<UserProfile>,
// some fields omitted
}Fields
profile: Option<UserProfile>
Trait Implementations
impl Clone for SetResponse[src]
fn clone(&self) -> SetResponse
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for SetResponse[src]
impl<E: Error> Into<Result<SetResponse, SetError<E>>> for SetResponse[src]
fn into(self) -> Result<SetResponse, SetError<E>>
Performs the conversion.