pub struct MockMemoryExtension;Trait Implementations§
Source§impl MemoryExtensionAdapter for MockMemoryExtension
impl MemoryExtensionAdapter for MockMemoryExtension
fn name(&self) -> &str
fn execute_memory_extension<'life0, 'life1, 'async_trait>(
&'life0 self,
request: MemoryExtensionRequest,
core: &'life1 (dyn CoreMemoryAdapter + Sync),
) -> Pin<Box<dyn Future<Output = Result<MemoryExtensionOutcome, MemoryPlaneError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
Auto Trait Implementations§
impl Freeze for MockMemoryExtension
impl RefUnwindSafe for MockMemoryExtension
impl Send for MockMemoryExtension
impl Sync for MockMemoryExtension
impl Unpin for MockMemoryExtension
impl UnsafeUnpin for MockMemoryExtension
impl UnwindSafe for MockMemoryExtension
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