pub struct SandBox {}Expand description
処理を実行した結果発生したエラーを自動で出力するためのサンドボックス
Implementations
Auto Trait Implementations
impl RefUnwindSafe for SandBox
impl Send for SandBox
impl Sync for SandBox
impl Unpin for SandBox
impl UnwindSafe for SandBox
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more