Struct languagetool::Rule [] [src]

pub struct Rule {
    pub id: String,
    pub sub_id: Option<String>,
    pub description: String,
    pub urls: Option<Vec<Url>>,
    pub issue_type: Option<String>,
    pub category: Category,
}

Fields

Trait Implementations

impl Debug for Rule
[src]

Formats the value using the given formatter.