pub struct InMemoryInboxStore { /* private fields */ }Expand description
In-memory reference implementation. Survives runner restarts within the same process; loses everything on process restart.
Implementations§
Trait Implementations§
Source§impl Default for InMemoryInboxStore
impl Default for InMemoryInboxStore
Source§fn default() -> InMemoryInboxStore
fn default() -> InMemoryInboxStore
Returns the “default value” for a type. Read more
Source§impl InboxStore for InMemoryInboxStore
impl InboxStore for InMemoryInboxStore
Auto Trait Implementations§
impl Freeze for InMemoryInboxStore
impl !RefUnwindSafe for InMemoryInboxStore
impl Send for InMemoryInboxStore
impl Sync for InMemoryInboxStore
impl Unpin for InMemoryInboxStore
impl UnsafeUnpin for InMemoryInboxStore
impl !UnwindSafe for InMemoryInboxStore
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