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