Struct languagetool::Software [] [src]

pub struct Software {
    pub name: String,
    pub version: String,
    pub build_date: String,
    pub api_version: i64,
    pub status: Option<String>,
}

Fields

Trait Implementations

impl Debug for Software
[src]

Formats the value using the given formatter.