Struct tweetust::oauth::RequestTokenResponse [] [src]

pub struct RequestTokenResponse {
    pub oauth_token: String,
    pub oauth_token_secret: String,
    pub oauth_callback_confirmed: bool,
    // some fields omitted
}

Fields

Methods

impl RequestTokenResponse
[src]

Trait Implementations

impl Debug for RequestTokenResponse
[src]

Formats the value using the given formatter.

impl Clone for RequestTokenResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more