Struct kailua_langsvr_protocol::ParameterInformation [] [src]

pub struct ParameterInformation {
    pub label: String,
    pub documentation: Option<String>,
}

Fields

Trait Implementations

impl Debug for ParameterInformation
[src]

Formats the value using the given formatter.

impl Clone for ParameterInformation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more