pub struct WorkspaceRepo {
pub label: String,
pub path: PathBuf,
}Fields§
§label: Stringunique id of rel path from workspare root to repo
path: PathBufabs path to repo dir
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WorkspaceRepo
impl RefUnwindSafe for WorkspaceRepo
impl Send for WorkspaceRepo
impl Sync for WorkspaceRepo
impl Unpin for WorkspaceRepo
impl UnwindSafe for WorkspaceRepo
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