Struct gtfs_server::models::csv::calendardate::CalendarDateCSV[][src]

pub struct CalendarDateCSV {
    pub service_id: String,
    pub date: String,
    pub exception_type: i32,
}

Fields

Trait Implementations

impl Debug for CalendarDateCSV
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CalendarDateCSV

impl Sync for CalendarDateCSV