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