Enum kailua_langsvr_protocol::MessageError [] [src]

pub enum MessageError {
    MethodNotFound(String),
    InvalidParams(String),
}

Variants

Trait Implementations

impl Debug for MessageError
[src]

Formats the value using the given formatter.

impl Clone for MessageError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MessageError
[src]

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

This method tests for !=.

impl Eq for MessageError
[src]