pub struct RuntimeHandle { /* private fields */ }Trait Implementations§
Source§impl ProcessControlHandler for RuntimeHandle
impl ProcessControlHandler for RuntimeHandle
fn shutdown(&self) -> CtrlFuture<'_>
fn reload(&self) -> CtrlFuture<'_>
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