Struct timely::logging::OperatesEvent [] [src]

pub struct OperatesEvent {
    pub id: usize,
    pub addr: Vec<usize>,
    pub name: String,
}

The creation of an Operate implementor.

Fields

Worker-unique identifier for the operator.

Sequence of nested scope identifiers indicating the path from the root to this instance.

A helpful name.

Trait Implementations

impl Abomonation for OperatesEvent
[src]

[src]

Write any additional information about &self beyond its binary representation. Read more

[src]

Reports the number of further bytes required to entomb self.

[src]

Recover any information for &mut self not evident from its binary representation. Read more

impl Debug for OperatesEvent
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for OperatesEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<OperatesEvent> for TimelyEvent
[src]

[src]

Performs the conversion.