Struct languageserver_types::DidChangeWatchedFilesParams [−][src]
Fields
changes: Vec<FileEvent>
The actual file events.
Trait Implementations
impl Debug for DidChangeWatchedFilesParams[src]
impl Debug for DidChangeWatchedFilesParamsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for DidChangeWatchedFilesParams[src]
impl Eq for DidChangeWatchedFilesParamsimpl PartialEq for DidChangeWatchedFilesParams[src]
impl PartialEq for DidChangeWatchedFilesParamsfn eq(&self, other: &DidChangeWatchedFilesParams) -> bool[src]
fn eq(&self, other: &DidChangeWatchedFilesParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DidChangeWatchedFilesParams) -> bool[src]
fn ne(&self, other: &DidChangeWatchedFilesParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DidChangeWatchedFilesParams
impl Send for DidChangeWatchedFilesParamsimpl Sync for DidChangeWatchedFilesParams
impl Sync for DidChangeWatchedFilesParams