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