pub struct RuntimeHandle { /* private fields */ }
Expand description
A handle to a runtime. Dropping the handle will cause runtime to shutdown.
Implementations§
Trait Implementations§
Source§impl Drop for RuntimeHandle
impl Drop for RuntimeHandle
Auto Trait Implementations§
impl Freeze for RuntimeHandle
impl !RefUnwindSafe for RuntimeHandle
impl Send for RuntimeHandle
impl Sync for RuntimeHandle
impl Unpin for RuntimeHandle
impl !UnwindSafe for RuntimeHandle
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