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 Debug for ShowMessageParamsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for ShowMessageParams[src]
impl Eq for ShowMessageParamsimpl PartialEq for ShowMessageParams[src]
impl PartialEq for ShowMessageParamsfn eq(&self, other: &ShowMessageParams) -> bool[src]
fn eq(&self, other: &ShowMessageParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ShowMessageParams) -> bool[src]
fn ne(&self, other: &ShowMessageParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ShowMessageParams
impl Send for ShowMessageParamsimpl Sync for ShowMessageParams
impl Sync for ShowMessageParams