pub struct SandBox {}Expand description
処理を実行した結果発生したエラーを自動で出力するためのサンドボックス
Implementations§
Auto Trait Implementations§
impl Freeze for SandBox
impl RefUnwindSafe for SandBox
impl Send for SandBox
impl Sync for SandBox
impl Unpin for SandBox
impl UnwindSafe for SandBox
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