Enum zmtp::TrafficItem [] [src]

pub enum TrafficItem {
    Cmd(Command),
    Msg(Message),
}

Variants

Trait Implementations

impl PartialEq for TrafficItem
[src]

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

This method tests for !=.

impl Eq for TrafficItem
[src]

impl Debug for TrafficItem
[src]

Formats the value using the given formatter.