Struct languageserver_types::FileEvent
[−]
[src]
pub struct FileEvent {
pub uri: Url,
pub typ: FileChangeType,
}An event describing a file change.
Fields
uri: Url
The file's URI.
typ: FileChangeType
The change type.
Methods
impl FileEvent[src]
pub fn new(uri: Url, typ: FileChangeType) -> FileEvent[src]
Trait Implementations
impl Debug for FileEvent[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more