Struct kailua_langsvr_protocol::ResponseError [] [src]

pub struct ResponseError<T> {
    pub code: i64,
    pub message: String,
    pub data: Option<T>,
}

Fields

Trait Implementations

impl<T: Debug> Debug for ResponseError<T>
[src]

Formats the value using the given formatter.

impl<T: Clone> Clone for ResponseError<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more