Struct slack_api::oauth::AccessResponse [] [src]

pub struct AccessResponse {
    pub access_token: Option<String>,
    pub scope: Option<String>,
}

Fields

Trait Implementations

impl Clone for AccessResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccessResponse
[src]

Formats the value using the given formatter.