pub struct RepoView {
pub root: PathBuf,
}Expand description
Runtime view of the filesystem / repo the agent operates on.
Fields§
§root: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for RepoView
impl RefUnwindSafe for RepoView
impl Send for RepoView
impl Sync for RepoView
impl Unpin for RepoView
impl UnsafeUnpin for RepoView
impl UnwindSafe for RepoView
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