Struct gtfs_server::models::csv::calendar::CalendarCSV[][src]

pub struct CalendarCSV {
    pub service_id: String,
    pub monday: bool,
    pub tuesday: bool,
    pub wednesday: bool,
    pub thursday: bool,
    pub friday: bool,
    pub saturday: bool,
    pub sunday: bool,
    pub start_date: String,
    pub end_date: String,
}

Fields

Trait Implementations

impl Debug for CalendarCSV
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CalendarCSV

impl Sync for CalendarCSV