struct ChrootJail {
directory: PathBuf,
}
Expand description
A chroot
jail with a restricted view of the filesystem inside it.
Fields§
§directory: PathBuf
Implementations§
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