Struct kailua_langsvr_protocol::Unregistration [] [src]

pub struct Unregistration {
    pub id: String,
    pub method: String,
}

Fields

Trait Implementations

impl Debug for Unregistration
[src]

Formats the value using the given formatter.

impl Clone for Unregistration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more