pub struct MockCoreRuntimeFallback;Trait Implementations§
Source§impl CoreRuntimeAdapter for MockCoreRuntimeFallback
impl CoreRuntimeAdapter for MockCoreRuntimeFallback
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 MockCoreRuntimeFallback
impl RefUnwindSafe for MockCoreRuntimeFallback
impl Send for MockCoreRuntimeFallback
impl Sync for MockCoreRuntimeFallback
impl Unpin for MockCoreRuntimeFallback
impl UnsafeUnpin for MockCoreRuntimeFallback
impl UnwindSafe for MockCoreRuntimeFallback
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