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
team: Option<String>
team_id: Option<String>
url: Option<String>
user: Option<String>
user_id: Option<String>
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.