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