pub(super) struct TmpMount {
dir: TempDir,
fd: OwnedFd,
}Fields§
§dir: TempDir§fd: OwnedFdImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TmpMount
impl RefUnwindSafe for TmpMount
impl Send for TmpMount
impl Sync for TmpMount
impl Unpin for TmpMount
impl UnwindSafe for TmpMount
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