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