pub enum WorkspaceEventKind {
Stale,
Refreshed,
Notes,
GitBase,
}Variants§
Trait Implementations§
Source§impl Clone for WorkspaceEventKind
impl Clone for WorkspaceEventKind
Source§fn clone(&self) -> WorkspaceEventKind
fn clone(&self) -> WorkspaceEventKind
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 WorkspaceEventKind
Source§impl Debug for WorkspaceEventKind
impl Debug for WorkspaceEventKind
Source§impl<'de> Deserialize<'de> for WorkspaceEventKind
impl<'de> Deserialize<'de> for WorkspaceEventKind
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 WorkspaceEventKind
Source§impl PartialEq for WorkspaceEventKind
impl PartialEq for WorkspaceEventKind
Source§impl Serialize for WorkspaceEventKind
impl Serialize for WorkspaceEventKind
impl StructuralPartialEq for WorkspaceEventKind
Auto Trait Implementations§
impl Freeze for WorkspaceEventKind
impl RefUnwindSafe for WorkspaceEventKind
impl Send for WorkspaceEventKind
impl Sync for WorkspaceEventKind
impl Unpin for WorkspaceEventKind
impl UnsafeUnpin for WorkspaceEventKind
impl UnwindSafe for WorkspaceEventKind
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