Enum tokio_zmq::async::MsgPlace[][src]

pub enum MsgPlace {
    Nth,
    Last,
}

This type is used to determine what flags should be used when sending messages. If a message is the last in it's Multipart, it should not have the SNDMORE flag set.

Variants

Trait Implementations

impl PartialEq for MsgPlace
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for MsgPlace

impl Sync for MsgPlace