1 2 3 4 5
#[derive(Clone, Debug, PartialEq, serde::Deserialize, serde::Serialize)] pub struct Country { pub iso_3166_1: String, pub name: String, }