Struct gen_lsp_server::RawRequest[][src]

pub struct RawRequest {
    pub id: u64,
    pub method: String,
    pub params: Value,
}

Fields

Methods

impl RawRequest
[src]

Trait Implementations

impl Debug for RawRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for RawRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RawRequest

impl Sync for RawRequest