pub struct ResolvedWorkspace {
pub root: PathBuf,
pub invocation_dir: PathBuf,
pub effective_host_dir: PathBuf,
pub mount: String,
pub sandbox_cwd: String,
pub cwd_mapping: CwdMapping,
}Fields§
§root: PathBuf§invocation_dir: PathBuf§effective_host_dir: PathBuf§mount: String§sandbox_cwd: String§cwd_mapping: CwdMappingTrait Implementations§
Source§impl Clone for ResolvedWorkspace
impl Clone for ResolvedWorkspace
Source§fn clone(&self) -> ResolvedWorkspace
fn clone(&self) -> ResolvedWorkspace
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ResolvedWorkspace
impl RefUnwindSafe for ResolvedWorkspace
impl Send for ResolvedWorkspace
impl Sync for ResolvedWorkspace
impl Unpin for ResolvedWorkspace
impl UnsafeUnpin for ResolvedWorkspace
impl UnwindSafe for ResolvedWorkspace
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