pub struct RepoContext {
pub repo: Repository,
pub state_dir: PathBuf,
}Fields§
§repo: Repository§state_dir: PathBufImplementations§
Source§impl RepoContext
impl RepoContext
Auto Trait Implementations§
impl Freeze for RepoContext
impl RefUnwindSafe for RepoContext
impl Send for RepoContext
impl !Sync for RepoContext
impl Unpin for RepoContext
impl UnsafeUnpin for RepoContext
impl UnwindSafe for RepoContext
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