Struct slack_api::users_profile::GetResponse  
                   
                       [−]
                   
               [src]
pub struct GetResponse {
    pub profile: Option<UserProfile>,
    // some fields omitted
}Fields
profile: Option<UserProfile>
                           Trait Implementations
impl Clone for GetResponse[src]
fn clone(&self) -> GetResponse
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 GetResponse[src]
impl<E: Error> Into<Result<GetResponse, GetError<E>>> for GetResponse[src]
fn into(self) -> Result<GetResponse, GetError<E>>
Performs the conversion.