Struct languageserver_types::FileEvent[][src]

pub struct FileEvent {
    pub uri: Url,
    pub typ: FileChangeType,
}

An event describing a file change.

Fields

The file's URI.

The change type.

Methods

impl FileEvent
[src]

Trait Implementations

impl Debug for FileEvent
[src]

Formats the value using the given formatter. Read more

impl Eq for FileEvent
[src]

impl PartialEq for FileEvent
[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

impl Send for FileEvent

impl Sync for FileEvent