pub struct OpenedRuntime { /* private fields */ }Expand description
The result of RuntimeOpen::open, ready for
HarnessSessionService::finish_runtime_open.
Auto Trait Implementations§
impl !RefUnwindSafe for OpenedRuntime
impl !Sync for OpenedRuntime
impl !UnwindSafe for OpenedRuntime
impl Freeze for OpenedRuntime
impl Send for OpenedRuntime
impl Unpin for OpenedRuntime
impl UnsafeUnpin for OpenedRuntime
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