pub struct TutorialSandbox {
pub path: PathBuf,
/* private fields */
}Expand description
A tutorial sandbox with automatic or manual cleanup.
Fields§
§path: PathBufThe sandbox path (always available).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TutorialSandbox
impl RefUnwindSafe for TutorialSandbox
impl Send for TutorialSandbox
impl Sync for TutorialSandbox
impl Unpin for TutorialSandbox
impl UnsafeUnpin for TutorialSandbox
impl UnwindSafe for TutorialSandbox
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