pub struct Sub { /* private fields */ }Expand description
The SUB SocketType wrapper type
Sub implements StreamSocket, and has an associated controlled variant.
Trait Implementations§
Source§impl From<(Socket, PollEvented<ZmqFile>)> for Sub
impl From<(Socket, PollEvented<ZmqFile>)> for Sub
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 Sub
impl IntoInnerSocket for Sub
Source§impl StreamSocket for Sub
impl StreamSocket for Sub
impl Sub for Sub
impl UnPair for Sub
Auto Trait Implementations§
impl !Freeze for Sub
impl !RefUnwindSafe for Sub
impl Send for Sub
impl !Sync for Sub
impl Unpin for Sub
impl !UnwindSafe for Sub
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