pub struct ZmqQueuePublisher { /* private fields */ }Expand description
Publishes into the queue over a lazily attached PUSH socket.
Trait Implementations§
Source§impl Clone for ZmqQueuePublisher
impl Clone for ZmqQueuePublisher
Source§fn clone(&self) -> ZmqQueuePublisher
fn clone(&self) -> ZmqQueuePublisher
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 ZmqQueuePublisher
impl Debug for ZmqQueuePublisher
Auto Trait Implementations§
impl !RefUnwindSafe for ZmqQueuePublisher
impl !UnwindSafe for ZmqQueuePublisher
impl Freeze for ZmqQueuePublisher
impl Send for ZmqQueuePublisher
impl Sync for ZmqQueuePublisher
impl Unpin for ZmqQueuePublisher
impl UnsafeUnpin for ZmqQueuePublisher
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