Enum gen_lsp_server::RawMessage[][src]

pub enum RawMessage {
    Request(RawRequest),
    Notification(RawNotification),
    Response(RawResponse),
}

Variants

Methods

impl RawMessage
[src]

Trait Implementations

impl Debug for RawMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for RawMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RawMessage

impl Sync for RawMessage