Struct languageserver_types::ShowMessageParams[][src]

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

Fields

The message type. See {@link MessageType}.

The actual message.

Trait Implementations

impl Debug for ShowMessageParams
[src]

Formats the value using the given formatter. Read more

impl Eq for ShowMessageParams
[src]

impl PartialEq for ShowMessageParams
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations