Struct languagetool::Match [] [src]

pub struct Match {
    pub message: String,
    pub short_message: Option<String>,
    pub offset: i64,
    pub length: i64,
    pub replacements: Vec<Replacement>,
    pub context: Context,
    pub rule: Option<Rule>,
}

Fields

Trait Implementations

impl Debug for Match
[src]

Formats the value using the given formatter.