Struct foursquare::venue::SearchOptions [] [src]

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

Search api options.

Use SearchOptions::builder() interface to construct these

Fields

Methods

impl SearchOptions
[src]

Trait Implementations

impl Default for SearchOptions
[src]

[src]

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

impl Debug for SearchOptions
[src]

[src]

Formats the value using the given formatter.