1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#[derive(Debug, Deserialize, PartialEq)] pub struct Event { pub name: String, pub description: Option<String>, pub link: String, pub local_date: Option<String>, pub local_time: Option<String>, // venue struct } // lat // lon // order 'time' // [radius] // end_date_range // [page]