pub struct WithRegistry { /* private fields */ }Expand description
Executor state containing the task registry before startup is finalized.
Auto Trait Implementations§
impl Freeze for WithRegistry
impl RefUnwindSafe for WithRegistry
impl Send for WithRegistry
impl Sync for WithRegistry
impl Unpin for WithRegistry
impl UnsafeUnpin for WithRegistry
impl UnwindSafe for WithRegistry
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