Enum timely::logging::TimelyEvent [] [src]

pub enum TimelyEvent {
    Operates(OperatesEvent),
    Channels(ChannelsEvent),
    Progress(ProgressEvent),
    PushProgress(PushProgressEvent),
    Messages(MessagesEvent),
    Schedule(ScheduleEvent),
    Application(ApplicationEvent),
    GuardedMessage(GuardedMessageEvent),
    GuardedProgress(GuardedProgressEvent),
    CommChannels(CommChannelsEvent),
    Input(InputEvent),
}

An event in a timely worker

Variants

Trait Implementations

impl Debug for TimelyEvent
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for TimelyEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Abomonation for TimelyEvent
[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 From<OperatesEvent> for TimelyEvent
[src]

[src]

Performs the conversion.

impl From<ChannelsEvent> for TimelyEvent
[src]

[src]

Performs the conversion.

impl From<ProgressEvent> for TimelyEvent
[src]

[src]

Performs the conversion.

impl From<PushProgressEvent> for TimelyEvent
[src]

[src]

Performs the conversion.

impl From<MessagesEvent> for TimelyEvent
[src]

[src]

Performs the conversion.

impl From<ScheduleEvent> for TimelyEvent
[src]

[src]

Performs the conversion.

impl From<ApplicationEvent> for TimelyEvent
[src]

[src]

Performs the conversion.

impl From<GuardedMessageEvent> for TimelyEvent
[src]

[src]

Performs the conversion.

impl From<GuardedProgressEvent> for TimelyEvent
[src]

[src]

Performs the conversion.

impl From<CommChannelsEvent> for TimelyEvent
[src]

[src]

Performs the conversion.

impl From<InputEvent> for TimelyEvent
[src]

[src]

Performs the conversion.