Struct languageserver_types::DidChangeWatchedFilesParams [] [src]

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

Fields

The actual file events.

Trait Implementations

impl Debug for DidChangeWatchedFilesParams
[src]

[src]

Formats the value using the given formatter.

impl Eq for DidChangeWatchedFilesParams
[src]

impl PartialEq for DidChangeWatchedFilesParams
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.