Struct kailua_langsvr_protocol::TextDocumentContentChangeEvent [] [src]

pub struct TextDocumentContentChangeEvent {
    pub range: Option<Range>,
    pub rangeLength: Option<u64>,
    pub text: String,
}

Fields

Trait Implementations

impl Debug for TextDocumentContentChangeEvent
[src]

Formats the value using the given formatter.

impl Clone for TextDocumentContentChangeEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more