Struct kailua_langsvr_protocol::UnregistrationParams [] [src]

pub struct UnregistrationParams {
    pub unregistrations: Vec<Unregistration>,
}

Fields

Trait Implementations

impl Debug for UnregistrationParams
[src]

Formats the value using the given formatter.

impl Clone for UnregistrationParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more