Struct languageserver_types::ShowMessageParams
[−]
[src]
pub struct ShowMessageParams {
pub typ: MessageType,
pub message: String,
}Fields
typ: MessageType
The message type. See {@link MessageType}.
message: String
The actual message.
Trait Implementations
impl Debug for ShowMessageParams[src]
impl PartialEq for ShowMessageParams[src]
fn eq(&self, __arg_0: &ShowMessageParams) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ShowMessageParams) -> bool[src]
This method tests for !=.