pub struct NoOpExecutor;Expand description
A stub executor that always returns an error.
Used in L3 before the full executor is available.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoOpExecutor
impl RefUnwindSafe for NoOpExecutor
impl Send for NoOpExecutor
impl Sync for NoOpExecutor
impl Unpin for NoOpExecutor
impl UnsafeUnpin for NoOpExecutor
impl UnwindSafe for NoOpExecutor
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