Struct languageserver_types::DidChangeWatchedFilesParams[][src]

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

Fields

The actual file events.

Trait Implementations

impl Debug for DidChangeWatchedFilesParams
[src]

Formats the value using the given formatter. Read more

impl Eq for DidChangeWatchedFilesParams
[src]

impl PartialEq for DidChangeWatchedFilesParams
[src]

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

This method tests for !=.

Auto Trait Implementations