pub struct Push { /* private fields */ }Expand description
The PUSH SocketType wrapper type
Push implements SinkSocket.
Trait Implementations§
Source§impl From<(Socket, PollEvented<ZmqFile>)> for Push
impl From<(Socket, PollEvented<ZmqFile>)> for Push
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 Push
impl IntoInnerSocket for Push
Source§impl SinkSocket for Push
impl SinkSocket for Push
impl UnPair for Push
Auto Trait Implementations§
impl !Freeze for Push
impl !RefUnwindSafe for Push
impl Send for Push
impl !Sync for Push
impl Unpin for Push
impl !UnwindSafe for Push
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