pub struct WorkspaceCommittedEvent {
pub workspace_root: PathBuf,
}Expand description
Emitted when a workspace is committed (git commit, sync checkpoint, etc.).
Fields§
§workspace_root: PathBufRoot directory of the workspace.
Trait Implementations§
Source§impl Clone for WorkspaceCommittedEvent
impl Clone for WorkspaceCommittedEvent
Source§fn clone(&self) -> WorkspaceCommittedEvent
fn clone(&self) -> WorkspaceCommittedEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WorkspaceCommittedEvent
impl RefUnwindSafe for WorkspaceCommittedEvent
impl Send for WorkspaceCommittedEvent
impl Sync for WorkspaceCommittedEvent
impl Unpin for WorkspaceCommittedEvent
impl UnsafeUnpin for WorkspaceCommittedEvent
impl UnwindSafe for WorkspaceCommittedEvent
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