Struct slack_api::users::IdentityResponse [] [src]

pub struct IdentityResponse {
    pub team: Option<Team>,
    pub user: Option<User>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for IdentityResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IdentityResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<IdentityResponse, IdentityError<E>>> for IdentityResponse
[src]

Performs the conversion.