Struct slack_api::oauth::AccessResponse
[−]
[src]
pub struct AccessResponse {
pub access_token: Option<String>,
pub scope: Option<String>,
}Fields
access_token: Option<String>
scope: Option<String>
Trait Implementations
impl Clone for AccessResponse[src]
fn clone(&self) -> AccessResponse
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