#[non_exhaustive]
pub struct Builder { /* private fields */ }
Expand description

A builder for HistoryEvent

Implementations

The date and time the event occurred.

The date and time the event occurred.

The type of the event.

The type of the event.

The id of the event. Events are numbered sequentially, starting at one.

The id of the event. Events are numbered sequentially, starting at one.

The id of the previous event.

The id of the previous event.

Contains details about an activity that failed during an execution.

Contains details about an activity that failed during an execution.

Contains details about an activity schedule event that failed during an execution.

Contains details about an activity schedule event that failed during an execution.

Contains details about an activity scheduled during an execution.

Contains details about an activity scheduled during an execution.

Contains details about the start of an activity during an execution.

Contains details about the start of an activity during an execution.

Contains details about an activity that successfully terminated during an execution.

Contains details about an activity that successfully terminated during an execution.

Contains details about an activity timeout that occurred during an execution.

Contains details about an activity timeout that occurred during an execution.

Contains details about the failure of a task.

Contains details about the failure of a task.

Contains details about a task that was scheduled.

Contains details about a task that was scheduled.

Contains details about a task that failed to start.

Contains details about a task that failed to start.

Contains details about a task that was started.

Contains details about a task that was started.

Contains details about a task that where the submit failed.

Contains details about a task that where the submit failed.

Contains details about a submitted task.

Contains details about a submitted task.

Contains details about a task that succeeded.

Contains details about a task that succeeded.

Contains details about a task that timed out.

Contains details about a task that timed out.

Contains details about an execution failure event.

Contains details about an execution failure event.

Contains details about the start of the execution.

Contains details about the start of the execution.

Contains details about the successful termination of the execution.

Contains details about the successful termination of the execution.

Contains details about an abort of an execution.

Contains details about an abort of an execution.

Contains details about the execution timeout that occurred during the execution.

Contains details about the execution timeout that occurred during the execution.

Contains details about Map state that was started.

Contains details about Map state that was started.

Contains details about an iteration of a Map state that was started.

Contains details about an iteration of a Map state that was started.

Contains details about an iteration of a Map state that succeeded.

Contains details about an iteration of a Map state that succeeded.

Contains details about an iteration of a Map state that failed.

Contains details about an iteration of a Map state that failed.

Contains details about an iteration of a Map state that was aborted.

Contains details about an iteration of a Map state that was aborted.

Contains details about a lambda function that failed during an execution.

Contains details about a lambda function that failed during an execution.

Contains details about a failed lambda function schedule event that occurred during an execution.

Contains details about a failed lambda function schedule event that occurred during an execution.

Contains details about a lambda function scheduled during an execution.

Contains details about a lambda function scheduled during an execution.

Contains details about a lambda function that failed to start during an execution.

Contains details about a lambda function that failed to start during an execution.

Contains details about a lambda function that terminated successfully during an execution.

Contains details about a lambda function that terminated successfully during an execution.

Contains details about a lambda function timeout that occurred during an execution.

Contains details about a lambda function timeout that occurred during an execution.

Contains details about a state entered during an execution.

Contains details about a state entered during an execution.

Contains details about an exit from a state during an execution.

Contains details about an exit from a state during an execution.

Consumes the builder and constructs a HistoryEvent

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more