Struct transitfeed::CalendarDate [] [src]

pub struct CalendarDate {
    pub transit_id: i64,
    pub service_id: String,
    pub date: NaiveDate,
    pub exception_type: ExceptionType,
}

CalendarDate

Fields