Struct slack_api::api::TestResponse
[−]
[src]
pub struct TestResponse { pub args: Option<HashMap<String, bool>>, // some fields omitted }
Fields
args: Option<HashMap<String, bool>>
Trait Implementations
impl Clone for TestResponse
[src]
fn clone(&self) -> TestResponse
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 TestResponse
[src]
impl<E: Error> Into<Result<TestResponse, TestError<E>>> for TestResponse
[src]
fn into(self) -> Result<TestResponse, TestError<E>>
Performs the conversion.