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
service_id: String
monday: bool
tuesday: bool
wednesday: bool
thursday: bool
friday: bool
saturday: bool
sunday: bool
start_date: String
end_date: String
Trait Implementations
impl Debug for CalendarCSV
[src]
impl Debug for CalendarCSV
Auto Trait Implementations
impl Send for CalendarCSV
impl Send for CalendarCSV
impl Sync for CalendarCSV
impl Sync for CalendarCSV