Struct kailua_langsvr_protocol::Registration [] [src]

pub struct Registration {
    pub id: String,
    pub method: String,
    pub registerOption: Option<Value>,
}

Fields

Trait Implementations

impl Debug for Registration
[src]

Formats the value using the given formatter.

impl Clone for Registration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more