Struct cocaine::service::locator::EventGraph [] [src]

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

Fields

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.