pub struct MessageBrokerHostBinding { /* private fields */ }Expand description
Exposes message broker functionality to actor modules
Implementations§
Auto Trait Implementations§
impl Freeze for MessageBrokerHostBinding
impl RefUnwindSafe for MessageBrokerHostBinding
impl Send for MessageBrokerHostBinding
impl Sync for MessageBrokerHostBinding
impl Unpin for MessageBrokerHostBinding
impl UnwindSafe for MessageBrokerHostBinding
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