pub struct NativeExecutor;
Expand description
The native executor implementation. A stub executor for unsupported platforms that panics on use.
Trait Implementations§
Source§impl Executor for NativeExecutor
impl Executor for NativeExecutor
Source§impl LocalExecutor for NativeExecutor
impl LocalExecutor for NativeExecutor
Auto Trait Implementations§
impl Freeze for UnsupportedExecutor
impl RefUnwindSafe for UnsupportedExecutor
impl Send for UnsupportedExecutor
impl Sync for UnsupportedExecutor
impl Unpin for UnsupportedExecutor
impl UnwindSafe for UnsupportedExecutor
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