pub struct GitBackend {
pub repo_path: PathBuf,
}Expand description
Default filesystem-backed Git store.
Fields§
§repo_path: PathBufFilesystem path to the repository managed by this backend.
Implementations§
Trait Implementations§
Source§impl GitFossilStore for GitBackend
impl GitFossilStore for GitBackend
Auto Trait Implementations§
impl Freeze for GitBackend
impl RefUnwindSafe for GitBackend
impl Send for GitBackend
impl Sync for GitBackend
impl Unpin for GitBackend
impl UnwindSafe for GitBackend
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