pub struct InMemoryBus { /* private fields */ }Expand description
In-memory broadcast event bus.
Implementations§
Trait Implementations§
Source§impl Clone for InMemoryBus
impl Clone for InMemoryBus
Source§fn clone(&self) -> InMemoryBus
fn clone(&self) -> InMemoryBus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for InMemoryBus
impl !RefUnwindSafe for InMemoryBus
impl Send for InMemoryBus
impl Sync for InMemoryBus
impl Unpin for InMemoryBus
impl UnsafeUnpin for InMemoryBus
impl !UnwindSafe for InMemoryBus
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