pub struct FakeGitConfig(pub BTreeMap<String, String>);Expand description
Fake git config for tests.
Tuple Fields§
§0: BTreeMap<String, String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FakeGitConfig
impl RefUnwindSafe for FakeGitConfig
impl Send for FakeGitConfig
impl Sync for FakeGitConfig
impl Unpin for FakeGitConfig
impl UnsafeUnpin for FakeGitConfig
impl UnwindSafe for FakeGitConfig
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