pub struct ZmqRpcPublisher { /* private fields */ }Expand description
Publishes replies back through the responder’s ROUTER, and issues requests via
RequestReply.
Trait Implementations§
Source§impl Clone for ZmqRpcPublisher
impl Clone for ZmqRpcPublisher
Source§fn clone(&self) -> ZmqRpcPublisher
fn clone(&self) -> ZmqRpcPublisher
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ZmqRpcPublisher
impl Debug for ZmqRpcPublisher
Source§impl Publisher for ZmqRpcPublisher
impl Publisher for ZmqRpcPublisher
Source§impl RequestReply for ZmqRpcPublisher
impl RequestReply for ZmqRpcPublisher
Auto Trait Implementations§
impl !RefUnwindSafe for ZmqRpcPublisher
impl !UnwindSafe for ZmqRpcPublisher
impl Freeze for ZmqRpcPublisher
impl Send for ZmqRpcPublisher
impl Sync for ZmqRpcPublisher
impl Unpin for ZmqRpcPublisher
impl UnsafeUnpin for ZmqRpcPublisher
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