pub struct MockCoreRuntime;Trait Implementations§
Source§impl CoreRuntimeAdapter for MockCoreRuntime
impl CoreRuntimeAdapter for MockCoreRuntime
fn name(&self) -> &str
fn execute_core<'life0, 'async_trait>(
&'life0 self,
request: RuntimeCoreRequest,
) -> Pin<Box<dyn Future<Output = Result<RuntimeCoreOutcome, RuntimePlaneError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl Freeze for MockCoreRuntime
impl RefUnwindSafe for MockCoreRuntime
impl Send for MockCoreRuntime
impl Sync for MockCoreRuntime
impl Unpin for MockCoreRuntime
impl UnsafeUnpin for MockCoreRuntime
impl UnwindSafe for MockCoreRuntime
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