Struct cocaine::EventGraph[][src]

pub struct EventGraph {
    pub name: String,
    pub tx: HashMap<u64, GraphNode>,
    pub rx: HashMap<u64, GraphNode>,
}

Describes a protocol graph for an event.

Fields

Event name.

Optional upstream protocol description.

Optional downstream protocol description.

Trait Implementations

impl Clone for EventGraph
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventGraph
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for EventGraph

impl Sync for EventGraph