Struct gen_lsp_server::RawResponseError[][src]

pub struct RawResponseError {
    pub code: i32,
    pub message: String,
    pub data: Option<Value>,
}

Fields

Trait Implementations

impl Debug for RawResponseError
[src]

Formats the value using the given formatter. Read more

impl Clone for RawResponseError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations