pub struct HashSearchWorker<H: GitHashFn> { /* private fields */ }
Expand description
A worker that, when invoked, will look in a predetermined search space to find a modification to a specific commit that matches a specific hash spec.
Implementations§
Source§impl<H: GitHashFn> HashSearchWorker<H>
impl<H: GitHashFn> HashSearchWorker<H>
Trait Implementations§
impl<H: GitHashFn> StructuralPartialEq for HashSearchWorker<H>
Auto Trait Implementations§
impl<H> Freeze for HashSearchWorker<H>
impl<H> RefUnwindSafe for HashSearchWorker<H>
impl<H> Send for HashSearchWorker<H>
impl<H> Sync for HashSearchWorker<H>
impl<H> Unpin for HashSearchWorker<H>
impl<H> UnwindSafe for HashSearchWorker<H>
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