Struct kailua_langsvr_protocol::ShowMessageParams [] [src]

pub struct ShowMessageParams {
    pub type_: MessageType,
    pub message: String,
}

Fields

Trait Implementations

impl Debug for ShowMessageParams
[src]

Formats the value using the given formatter.

impl Clone for ShowMessageParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more