Enum languageserver_types::FileChangeType
[−]
[src]
pub enum FileChangeType {
Created,
Changed,
Deleted,
}The file event type.
Variants
CreatedThe file got created.
ChangedThe file got changed.
DeletedThe file got deleted.
Trait Implementations
impl Debug for FileChangeType[src]
impl PartialEq for FileChangeType[src]
fn eq(&self, __arg_0: &FileChangeType) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Copy for FileChangeType[src]
impl Clone for FileChangeType[src]
fn clone(&self) -> FileChangeType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<'de> Deserialize<'de> for FileChangeType[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, [src]
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more