Struct languageserver_types::LogMessageParams [] [src]

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

Fields

The message type. See {@link MessageType}

The actual message

Trait Implementations

impl Debug for LogMessageParams
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for LogMessageParams
[src]

impl PartialEq for LogMessageParams
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations