Struct google_geocoding::PlaceId[][src]

pub struct PlaceId(_);

A unique identifier that can be used with other Google APIs. For example, you can use the place_id in a Places SDK request to get details of a local business, such as phone number, opening hours, user reviews, and more. See the place ID overview.

Trait Implementations

impl Debug for PlaceId
[src]

Formats the value using the given formatter. Read more

impl Eq for PlaceId
[src]

impl Hash for PlaceId
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for PlaceId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for PlaceId

impl Sync for PlaceId