[][src]Struct tokio_zmq::Push

pub struct Push { /* fields omitted */ }

The PUSH SocketType wrapper type

Push implements SinkSocket.

Trait Implementations

impl From<Socket> for Push
[src]

impl From<(Socket, PollEvented<ZmqFile>)> for Push
[src]

impl Debug for Push
[src]

impl IntoInnerSocket for Push
[src]

type Socket = Socket

impl UnPair for Push
[src]

impl SinkSocket for Push
[src]

fn send(
    self,
    multipart: Multipart
) -> <Self::Socket as InnerSocket<Self>>::Request
[src]

Send a single multipart message to the socket. Read more

fn sink(self, buffer_size: usize) -> <Self::Socket as InnerSocket<Self>>::Sink
[src]

Send a stream of multipart messages to the socket. Read more

Auto Trait Implementations

impl Send for Push

impl !Sync for Push

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T> HasBuilder for T where
    T: IntoInnerSocket
[src]

fn builder(ctx: Arc<Context>) -> SocketBuilder<'static, Self>
[src]