pub struct Jail { /* private fields */ }Expand description
指定されたディレクトリ配下のみにファイルアクセスを制限する Jail 構造体
Implementations§
Auto Trait Implementations§
impl Freeze for Jail
impl RefUnwindSafe for Jail
impl Send for Jail
impl Sync for Jail
impl Unpin for Jail
impl UnsafeUnpin for Jail
impl UnwindSafe for Jail
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