Struct gen_lsp_server::RawNotification[][src]

pub struct RawNotification {
    pub method: String,
    pub params: Value,
}

Fields

Methods

impl RawNotification
[src]

Trait Implementations

impl Debug for RawNotification
[src]

Formats the value using the given formatter. Read more

impl Clone for RawNotification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations