Enum languageserver_types::MessageType[][src]

pub enum MessageType {
    Error,
    Warning,
    Info,
    Log,
}

Variants

An error message.

A warning message.

An information message.

A log message.

Trait Implementations

impl Debug for MessageType
[src]

Formats the value using the given formatter. Read more

impl Eq for MessageType
[src]

impl PartialEq for MessageType
[src]

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

This method tests for !=.

impl Clone for MessageType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MessageType
[src]

impl<'de> Deserialize<'de> for MessageType
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for MessageType
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for MessageType

impl Sync for MessageType