Enum tmq_zmq::SocketType[][src]

pub enum SocketType {
    PAIR,
    PUB,
    SUB,
    REQ,
    REP,
    DEALER,
    ROUTER,
    PULL,
    PUSH,
    XPUB,
    XSUB,
    STREAM,
}

Socket types

Variants

Trait Implementations

impl Clone for SocketType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SocketType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for SocketType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for SocketType
[src]

Auto Trait Implementations

impl Send for SocketType

impl Sync for SocketType