Enum lsp_types::MessageType [−][src]
#[repr(u8)]
pub enum MessageType {
Error,
Warning,
Info,
Log,
}Variants
An error message.
A warning message.
An information message.
A log message.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for MessageTypeimpl Send for MessageTypeimpl Sync for MessageTypeimpl Unpin for MessageTypeimpl UnwindSafe for MessageTypeBlanket Implementations
Mutably borrows from an owned value. Read more