Struct kailua_langsvr_protocol::MarkedString [] [src]

pub struct MarkedString {
    pub language: String,
    pub value: String,
}

Fields

Trait Implementations

impl Debug for MarkedString
[src]

Formats the value using the given formatter.

impl Clone for MarkedString
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more