Struct twitter_stream::Token [] [src]

pub struct Token<'a> {
    pub consumer_key: Cow<'a, str>,
    pub consumer_secret: Cow<'a, str>,
    pub access_key: Cow<'a, str>,
    pub access_secret: Cow<'a, str>,
}

An OAuth token used to log into Twitter.

Fields

Methods

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

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.