Struct slack_api::auth::TestResponse [] [src]

pub struct TestResponse {
    pub team: Option<String>,
    pub team_id: Option<String>,
    pub url: Option<String>,
    pub user: Option<String>,
    pub user_id: Option<String>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for TestResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TestResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<TestResponse, TestError<E>>> for TestResponse
[src]

Performs the conversion.