#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for RespondActivityTaskCompletedInput
Implementations
The taskToken of the ActivityTask.
taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.
The taskToken of the ActivityTask.
taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.
The result of the activity task. It is a free form string that is implementation specific.
The result of the activity task. It is a free form string that is implementation specific.
Consumes the builder and constructs a RespondActivityTaskCompletedInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
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
