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