pub struct Workspace {
pub path: PathBuf,
/* private fields */
}Expand description
A scratch directory + optional cleanup strategy. Benchmarks use this to hand per-task directories to tools.
Fields§
§path: PathBufImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Workspace
impl RefUnwindSafe for Workspace
impl Send for Workspace
impl Sync for Workspace
impl Unpin for Workspace
impl UnsafeUnpin for Workspace
impl UnwindSafe for Workspace
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