pub struct MockGitProvider {
pub modified: Vec<PathBuf>,
}Expand description
Mock GitProvider for testing.
Fields§
§modified: Vec<PathBuf>Implementations§
Trait Implementations§
Source§impl Default for MockGitProvider
impl Default for MockGitProvider
Source§impl GitProvider for MockGitProvider
impl GitProvider for MockGitProvider
Auto Trait Implementations§
impl Freeze for MockGitProvider
impl RefUnwindSafe for MockGitProvider
impl Send for MockGitProvider
impl Sync for MockGitProvider
impl Unpin for MockGitProvider
impl UnsafeUnpin for MockGitProvider
impl UnwindSafe for MockGitProvider
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