Struct languagetool::Language [] [src]

pub struct Language {
    pub name: String,
    pub code: String,
    pub long_code: String,
}

Fields

Trait Implementations

impl Debug for Language
[src]

Formats the value using the given formatter.