struct TempRootGuard {
path: PathBuf,
}Fields§
§path: PathBufImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TempRootGuard
impl RefUnwindSafe for TempRootGuard
impl Send for TempRootGuard
impl Sync for TempRootGuard
impl Unpin for TempRootGuard
impl UnwindSafe for TempRootGuard
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