[][src]Struct runng::protocol::push0::Push0

pub struct Push0 { /* fields omitted */ }

Push half of push/pull ("pipeline") pattern. See nng_push.

Methods

impl Push0[src]

pub fn open() -> NngResult<Self>[src]

Create a push socket. See nng_push_open.

Trait Implementations

impl AsyncSocket for Push0[src]

type ContextType = PushAsyncHandle

The type of aynchronous context produced

impl Socket for Push0[src]

impl Listen for Push0[src]

impl Dial for Push0[src]

impl SendMsg for Push0[src]

Auto Trait Implementations

impl Send for Push0

impl Sync for Push0

impl Unpin for Push0

impl UnwindSafe for Push0

impl RefUnwindSafe for Push0

Blanket Implementations

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

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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