pub struct DefaultTaskExecutor;Expand description
Default task executor implementation.
Trait Implementations§
Source§impl TaskExecutor for DefaultTaskExecutor
impl TaskExecutor for DefaultTaskExecutor
Auto Trait Implementations§
impl Freeze for DefaultTaskExecutor
impl RefUnwindSafe for DefaultTaskExecutor
impl Send for DefaultTaskExecutor
impl Sync for DefaultTaskExecutor
impl Unpin for DefaultTaskExecutor
impl UnsafeUnpin for DefaultTaskExecutor
impl UnwindSafe for DefaultTaskExecutor
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