Struct kailua_langsvr_protocol::DidChangeWatchedFilesParams [] [src]

pub struct DidChangeWatchedFilesParams {
    pub changes: Vec<FileEvent>,
}

Fields

Trait Implementations

impl Debug for DidChangeWatchedFilesParams
[src]

Formats the value using the given formatter.

impl Clone for DidChangeWatchedFilesParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more