pub struct RuntimeManager { /* private fields */ }Expand description
Runtime manager that coordinates adaptive scheduling
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RuntimeManager
impl !RefUnwindSafe for RuntimeManager
impl Send for RuntimeManager
impl Sync for RuntimeManager
impl Unpin for RuntimeManager
impl !UnwindSafe for RuntimeManager
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