pub struct Pub { /* private fields */ }Expand description
The PUB SocketType wrapper type
Pub implements SinkSocket.
Trait Implementations§
Source§impl From<(Socket, PollEvented<ZmqFile>)> for Pub
impl From<(Socket, PollEvented<ZmqFile>)> for Pub
Source§fn from(inner: (Socket, EventedFile)) -> Self
fn from(inner: (Socket, EventedFile)) -> Self
Converts to this type from the input type.
Source§impl IntoInnerSocket for Pub
impl IntoInnerSocket for Pub
Source§impl SinkSocket for Pub
impl SinkSocket for Pub
impl UnPair for Pub
Auto Trait Implementations§
impl !Freeze for Pub
impl !RefUnwindSafe for Pub
impl Send for Pub
impl !Sync for Pub
impl Unpin for Pub
impl !UnwindSafe for Pub
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