Struct kailua_langsvr_protocol::RequestMessage [] [src]

pub struct RequestMessage<T = Value> {
    pub version: Version,
    pub id: Id,
    pub method: String,
    pub params: Option<T>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more