Struct slack_api::api::TestResponse [] [src]

pub struct TestResponse {
    pub args: Option<HashMap<String, bool>>,
    // 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.