Struct tweetust::conn::oauth_authenticator::OAuthAuthenticator [] [src]

pub struct OAuthAuthenticator<'a> {
    pub consumer_key: Cow<'a, str>,
    pub consumer_secret: Cow<'a, str>,
    pub access_token: Cow<'a, str>,
    pub access_token_secret: Cow<'a, str>,
}

OAuth 1.0 wrapper

Fields

Methods

impl<'a> OAuthAuthenticator<'a>
[src]

Trait Implementations

impl<'a> Clone for OAuthAuthenticator<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for OAuthAuthenticator<'a>
[src]

Formats the value using the given formatter.

impl<'a> Authenticator for OAuthAuthenticator<'a>
[src]