struct ChrootJail {
directory: PathBuf,
}Expand description
A chroot jail with a restricted view of the filesystem inside it.
Fields§
§directory: PathBufImplementations§
Auto Trait Implementations§
impl Freeze for ChrootJail
impl RefUnwindSafe for ChrootJail
impl Send for ChrootJail
impl Sync for ChrootJail
impl Unpin for ChrootJail
impl UnwindSafe for ChrootJail
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