pub enum WorkspaceFileChangeKind {
Created,
Updated,
Deleted,
Moved,
}Variants§
Trait Implementations§
Source§impl Clone for WorkspaceFileChangeKind
impl Clone for WorkspaceFileChangeKind
Source§fn clone(&self) -> WorkspaceFileChangeKind
fn clone(&self) -> WorkspaceFileChangeKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WorkspaceFileChangeKind
Source§impl Debug for WorkspaceFileChangeKind
impl Debug for WorkspaceFileChangeKind
Source§impl<'de> Deserialize<'de> for WorkspaceFileChangeKind
impl<'de> Deserialize<'de> for WorkspaceFileChangeKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for WorkspaceFileChangeKind
Source§impl PartialEq for WorkspaceFileChangeKind
impl PartialEq for WorkspaceFileChangeKind
Source§impl Serialize for WorkspaceFileChangeKind
impl Serialize for WorkspaceFileChangeKind
impl StructuralPartialEq for WorkspaceFileChangeKind
Auto Trait Implementations§
impl Freeze for WorkspaceFileChangeKind
impl RefUnwindSafe for WorkspaceFileChangeKind
impl Send for WorkspaceFileChangeKind
impl Sync for WorkspaceFileChangeKind
impl Unpin for WorkspaceFileChangeKind
impl UnsafeUnpin for WorkspaceFileChangeKind
impl UnwindSafe for WorkspaceFileChangeKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more