Struct slack_api::team_profile::GetResponse
[−]
[src]
pub struct GetResponse {
pub profile: Option<GetResponseProfile>,
// some fields omitted
}Fields
profile: Option<GetResponseProfile>
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.