Struct foursquare::venue::Timeframe [] [src]

pub struct Timeframe {
    pub days: Vec<u16>,
    pub includes_today: Option<bool>,
    pub open: Vec<TimeWindow>,
}

Fields

Trait Implementations

impl Debug for Timeframe
[src]

[src]

Formats the value using the given formatter.