pub struct MessageHub { /* private fields */ }
Expand description
The MessageHub controls the message flow for a set of messengers. It processes actions upon messages, incorporates brokers, and signals receipt of messages.
Auto Trait Implementations§
impl Freeze for MessageHub
impl !RefUnwindSafe for MessageHub
impl !Send for MessageHub
impl !Sync for MessageHub
impl Unpin for MessageHub
impl !UnwindSafe for MessageHub
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