Struct languageserver_types::DidChangeWatchedFilesParams
[−]
[src]
pub struct DidChangeWatchedFilesParams {
pub changes: Vec<FileEvent>,
}Fields
changes: Vec<FileEvent>
The actual file events.
Trait Implementations
impl Debug for DidChangeWatchedFilesParams[src]
impl PartialEq for DidChangeWatchedFilesParams[src]
fn eq(&self, __arg_0: &DidChangeWatchedFilesParams) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DidChangeWatchedFilesParams) -> bool[src]
This method tests for !=.