pub struct ZmqFanoutPublisher { /* private fields */ }Expand description
Publishes to the fan-out over a lazily attached PUB socket.
A message with no matching subscriber is dropped silently - that is the pattern’s contract, not an error.
Trait Implementations§
Source§impl Clone for ZmqFanoutPublisher
impl Clone for ZmqFanoutPublisher
Source§fn clone(&self) -> ZmqFanoutPublisher
fn clone(&self) -> ZmqFanoutPublisher
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 ZmqFanoutPublisher
impl Debug for ZmqFanoutPublisher
Auto Trait Implementations§
impl !RefUnwindSafe for ZmqFanoutPublisher
impl !UnwindSafe for ZmqFanoutPublisher
impl Freeze for ZmqFanoutPublisher
impl Send for ZmqFanoutPublisher
impl Sync for ZmqFanoutPublisher
impl Unpin for ZmqFanoutPublisher
impl UnsafeUnpin for ZmqFanoutPublisher
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