Struct languageserver_types::LogMessageParams [−][src]
pub struct LogMessageParams {
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 LogMessageParams[src]
impl Debug for LogMessageParamsfn 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 LogMessageParams[src]
impl Eq for LogMessageParamsimpl PartialEq for LogMessageParams[src]
impl PartialEq for LogMessageParamsfn eq(&self, other: &LogMessageParams) -> bool[src]
fn eq(&self, other: &LogMessageParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LogMessageParams) -> bool[src]
fn ne(&self, other: &LogMessageParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for LogMessageParams
impl Send for LogMessageParamsimpl Sync for LogMessageParams
impl Sync for LogMessageParams