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