Struct timely::logging::ScheduleEvent [] [src]

pub struct ScheduleEvent {
    pub id: usize,
    pub start_stop: StartStop,
}

Operator start or stop.

Fields

Worker-unique identifier for the operator, linkable to the identifiers in OperatesEvent.

Start if the operator is starting, Stop if it is stopping. activity is true if it looks like some useful work was performed during this call (data was read or written, notifications were requested / delivered)

Trait Implementations

impl Abomonation for ScheduleEvent
[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 ScheduleEvent
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ScheduleEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<ScheduleEvent> for TimelyEvent
[src]

[src]

Performs the conversion.