Struct foursquare::Client [] [src]

pub struct Client<C> where
    C: Clone + Connect
{ /* fields omitted */ }

Entry point interface for interacting with Foursquare API

Methods

impl Client<HttpsConnector<HttpConnector>>
[src]

[src]

returns a new client

version should be in YYYYMMDD format

impl<C> Client<C> where
    C: Clone + Connect
[src]

[src]

Return a new Client with a custom hyper::Client

[src]

Return an interface to venue operations

Trait Implementations

impl<C: Clone> Clone for Client<C> where
    C: Clone + Connect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<C: Debug> Debug for Client<C> where
    C: Clone + Connect
[src]

[src]

Formats the value using the given formatter.