pub struct BlockingExecutor;
Expand description
An executor that run the task in the same thread.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockingExecutor
impl RefUnwindSafe for BlockingExecutor
impl Send for BlockingExecutor
impl Sync for BlockingExecutor
impl Unpin for BlockingExecutor
impl UnwindSafe for BlockingExecutor
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