Enum kailua_langsvr_protocol::Message [] [src]

pub enum Message {
    Request(RequestMessage),
    Response(ResponseMessage),
    Notification(NotificationMessage),
}

Variants

Trait Implementations

impl Debug for Message
[src]

Formats the value using the given formatter.

impl Clone for Message
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for Message
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more