Struct foursquare::venue::VenueHoursResponse [] [src]

pub struct VenueHoursResponse {
    pub hours: VenueHours,
    pub popular: VenueHours,
}

Fields

An array of timeframes of open hours.

An array of timeframes of popular hours.

Trait Implementations

impl Debug for VenueHoursResponse
[src]

[src]

Formats the value using the given formatter.