Struct parity_runtime::RuntimeHandle
source · [−]pub struct RuntimeHandle { /* private fields */ }
Expand description
A handle to a runtime. Dropping the handle will cause runtime to shutdown.
Implementations
sourceimpl RuntimeHandle
impl RuntimeHandle
Trait Implementations
sourceimpl Drop for RuntimeHandle
impl Drop for RuntimeHandle
Auto Trait Implementations
impl !RefUnwindSafe for RuntimeHandle
impl Send for RuntimeHandle
impl Sync for RuntimeHandle
impl Unpin for RuntimeHandle
impl !UnwindSafe for RuntimeHandle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more