Struct foursquare::venue::Hours [] [src]

pub struct Hours {
    pub status: Option<String>,
    pub is_open: bool,
    pub is_local_holiday: bool,
}

Fields

Trait Implementations

impl Debug for Hours
[src]

[src]

Formats the value using the given formatter.