pub struct ApCoreExecutorAdapter(pub Executor);Expand description
Adapter that implements ModuleExecutor for the real apcore::Executor.
Tuple Fields§
§0: ExecutorTrait Implementations§
Auto Trait Implementations§
impl !Freeze for ApCoreExecutorAdapter
impl !RefUnwindSafe for ApCoreExecutorAdapter
impl Send for ApCoreExecutorAdapter
impl Sync for ApCoreExecutorAdapter
impl Unpin for ApCoreExecutorAdapter
impl UnsafeUnpin for ApCoreExecutorAdapter
impl !UnwindSafe for ApCoreExecutorAdapter
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