pub struct InMemoryEventBus { /* private fields */ }Expand description
In-memory bus for tests or small products.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for InMemoryEventBus
impl !UnwindSafe for InMemoryEventBus
impl Freeze for InMemoryEventBus
impl Send for InMemoryEventBus
impl Sync for InMemoryEventBus
impl Unpin for InMemoryEventBus
impl UnsafeUnpin for InMemoryEventBus
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