pub struct Xpub { /* private fields */ }Expand description
The XPUB SocketType wrapper type
Xpub implements StreamSocket and SinkSocket, and has an associated controlled variant.
Trait Implementations§
Source§impl From<(Socket, PollEvented<ZmqFile>)> for Xpub
impl From<(Socket, PollEvented<ZmqFile>)> for Xpub
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 Xpub
impl IntoInnerSocket for Xpub
Source§impl SinkSocket for Xpub
impl SinkSocket for Xpub
Source§impl StreamSocket for Xpub
impl StreamSocket for Xpub
impl UnPair for Xpub
Auto Trait Implementations§
impl !Freeze for Xpub
impl !RefUnwindSafe for Xpub
impl Send for Xpub
impl !Sync for Xpub
impl Unpin for Xpub
impl !UnwindSafe for Xpub
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
Source§impl<T> HasBuilder for Twhere
T: IntoInnerSocket,
impl<T> HasBuilder for Twhere
T: IntoInnerSocket,
Source§impl<T> SinkStreamSocket for Twhere
T: StreamSocket + SinkSocket,
impl<T> SinkStreamSocket for Twhere
T: StreamSocket + SinkSocket,
Source§fn sink_stream(
self,
buffer_size: usize,
) -> <<T as IntoInnerSocket>::Socket as InnerSocket<T>>::SinkStream
fn sink_stream( self, buffer_size: usize, ) -> <<T as IntoInnerSocket>::Socket as InnerSocket<T>>::SinkStream
Retrieve a structure that implements both Sync and Stream. Read more