Enum lsp_types::FileChangeType [−][src]
#[repr(u8)]
pub enum FileChangeType {
Created,
Changed,
Deleted,
}Expand description
The file event type.
Variants
The file got created.
The file got changed.
The file got deleted.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for FileChangeTypeimpl Send for FileChangeTypeimpl Sync for FileChangeTypeimpl Unpin for FileChangeTypeimpl UnwindSafe for FileChangeTypeBlanket Implementations
Mutably borrows from an owned value. Read more