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 Debug for FileChangeTypefn 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 FileChangeType[src]
impl Eq for FileChangeTypeimpl PartialEq for FileChangeType[src]
impl PartialEq for FileChangeTypefn eq(&self, other: &FileChangeType) -> bool[src]
fn eq(&self, other: &FileChangeType) -> boolThis 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]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Copy for FileChangeType[src]
impl Copy for FileChangeTypeimpl Clone for FileChangeType[src]
impl Clone for FileChangeTypefn clone(&self) -> FileChangeType[src]
fn clone(&self) -> FileChangeTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
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]
impl<'de> Deserialize<'de> for FileChangeTypefn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, [src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
impl Serialize for FileChangeType[src]
impl Serialize for FileChangeTypeAuto Trait Implementations
impl Send for FileChangeType
impl Send for FileChangeTypeimpl Sync for FileChangeType
impl Sync for FileChangeType