Struct tweetust::conn::application_only_authenticator::ApplicationOnlyAuthenticator [] [src]

pub struct ApplicationOnlyAuthenticator<'a> {
    pub access_token: Cow<'a, str>,
}

Fields

Methods

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

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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