Struct tweetust::clients::TwitterClient [] [src]

pub struct TwitterClient<A: Authenticator, H: HttpHandler> { /* fields omitted */ }

Methods

impl<A: Authenticator> TwitterClient<A, DefaultHttpHandler>
[src]

impl<A: Authenticator, H: HttpHandler> TwitterClient<A, H>
[src]

Trait Implementations

impl<A: Clone + Authenticator, H: Clone + HttpHandler> Clone for TwitterClient<A, H>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<A: Debug + Authenticator, H: Debug + HttpHandler> Debug for TwitterClient<A, H>
[src]

Formats the value using the given formatter.