pub struct GitDirWalk { /* private fields */ }Expand description
A directory walker that reads from a git tree.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GitDirWalk
impl !RefUnwindSafe for GitDirWalk
impl !Send for GitDirWalk
impl !Sync for GitDirWalk
impl Unpin for GitDirWalk
impl !UnwindSafe for GitDirWalk
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