pub struct PatchedWorkspace {
pub host_path: PathBuf,
}Fields§
§host_path: PathBufTrait Implementations§
Source§impl Clone for PatchedWorkspace
impl Clone for PatchedWorkspace
Source§fn clone(&self) -> PatchedWorkspace
fn clone(&self) -> PatchedWorkspace
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PatchedWorkspace
impl RefUnwindSafe for PatchedWorkspace
impl Send for PatchedWorkspace
impl Sync for PatchedWorkspace
impl Unpin for PatchedWorkspace
impl UnsafeUnpin for PatchedWorkspace
impl UnwindSafe for PatchedWorkspace
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