Struct slack_api::users::IdentityResponse
[−]
[src]
pub struct IdentityResponse {
pub team: Option<Team>,
pub user: Option<User>,
// some fields omitted
}Fields
team: Option<Team>
user: Option<User>
Trait Implementations
impl Clone for IdentityResponse[src]
fn clone(&self) -> IdentityResponse
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 IdentityResponse[src]
impl<E: Error> Into<Result<IdentityResponse, IdentityError<E>>> for IdentityResponse[src]
fn into(self) -> Result<IdentityResponse, IdentityError<E>>
Performs the conversion.