Struct languagetool::Response [] [src]

pub struct Response {
    pub software: Option<Software>,
    pub language: Option<ResponseLanguage>,
    pub matches: Option<Vec<Match>>,
}

Fields

Trait Implementations

impl Debug for Response
[src]

Formats the value using the given formatter.