pub struct ProjectIsolation {
pub project_id: String,
pub project_dir: PathBuf,
}Expand description
Per-project isolation for multiple Claude instances
Fields§
§project_id: String§project_dir: PathBufImplementations§
Source§impl ProjectIsolation
impl ProjectIsolation
Sourcepub fn detect_or_create() -> Self
pub fn detect_or_create() -> Self
Detect or create project isolation
Auto Trait Implementations§
impl Freeze for ProjectIsolation
impl RefUnwindSafe for ProjectIsolation
impl Send for ProjectIsolation
impl Sync for ProjectIsolation
impl Unpin for ProjectIsolation
impl UnsafeUnpin for ProjectIsolation
impl UnwindSafe for ProjectIsolation
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