Struct project2::worktree::GitRepositoryChange
source · pub struct GitRepositoryChange {
pub old_repository: Option<RepositoryEntry>,
}
Fields§
§old_repository: Option<RepositoryEntry>
The previous state of the repository, if it already existed.
Auto Trait Implementations§
impl RefUnwindSafe for GitRepositoryChange
impl Send for GitRepositoryChange
impl Sync for GitRepositoryChange
impl Unpin for GitRepositoryChange
impl UnwindSafe for GitRepositoryChange
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