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: String, pub link: String, pub local_date: String, pub local_time: String, // venue struct } // lat // lon // order 'time' // [radius] // end_date_range // [page]