pub struct RealIsolate(/* private fields */);Auto Trait Implementations§
impl Freeze for RealIsolate
impl RefUnwindSafe for RealIsolate
impl Send for RealIsolate
impl Sync for RealIsolate
impl Unpin for RealIsolate
impl UnsafeUnpin for RealIsolate
impl UnwindSafe for RealIsolate
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