pub struct GitScanner { /* private fields */ }Expand description
Scanner for Git repository commits
Implementations§
Source§impl GitScanner
impl GitScanner
Auto Trait Implementations§
impl Freeze for GitScanner
impl RefUnwindSafe for GitScanner
impl Send for GitScanner
impl Sync for GitScanner
impl Unpin for GitScanner
impl UnsafeUnpin for GitScanner
impl UnwindSafe for GitScanner
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