Struct foursquare::venue::ExploreOptions [] [src]

pub struct ExploreOptions {
    pub locale: String,
    // some fields omitted
}

Explore api options.

Use ExploreOptions::builder() interface to construct these

Fields

Methods

impl ExploreOptions
[src]

Trait Implementations

impl Default for ExploreOptions
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ExploreOptions
[src]

[src]

Formats the value using the given formatter.