pub struct GitWorker { /* private fields */ }Expand description
Serializes all blocking Git work on one background thread.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for GitWorker
impl !UnwindSafe for GitWorker
impl Freeze for GitWorker
impl Send for GitWorker
impl Sync for GitWorker
impl Unpin for GitWorker
impl UnsafeUnpin for GitWorker
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