Struct kailua_langsvr_protocol::TextEdit [] [src]

pub struct TextEdit {
    pub range: Range,
    pub newText: String,
}

Fields

Trait Implementations

impl Debug for TextEdit
[src]

Formats the value using the given formatter.

impl Clone for TextEdit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more