pub struct PamojaLoopbackBroker { /* private fields */ }Expand description
An opaque handle to an in-process broker.
Every transport built from one broker shares its traffic, so a message one publishes reaches the others that subscribed to the topic.
Auto Trait Implementations§
impl Freeze for PamojaLoopbackBroker
impl RefUnwindSafe for PamojaLoopbackBroker
impl Send for PamojaLoopbackBroker
impl Sync for PamojaLoopbackBroker
impl Unpin for PamojaLoopbackBroker
impl UnsafeUnpin for PamojaLoopbackBroker
impl UnwindSafe for PamojaLoopbackBroker
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