Enum temporal_sdk_core::protos::temporal::api::history::v1::history_event::Attributes[][src]

pub enum Attributes {
Show variants WorkflowExecutionStartedEventAttributes(WorkflowExecutionStartedEventAttributes), WorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes), WorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes), WorkflowExecutionTimedOutEventAttributes(WorkflowExecutionTimedOutEventAttributes), WorkflowTaskScheduledEventAttributes(WorkflowTaskScheduledEventAttributes), WorkflowTaskStartedEventAttributes(WorkflowTaskStartedEventAttributes), WorkflowTaskCompletedEventAttributes(WorkflowTaskCompletedEventAttributes), WorkflowTaskTimedOutEventAttributes(WorkflowTaskTimedOutEventAttributes), WorkflowTaskFailedEventAttributes(WorkflowTaskFailedEventAttributes), ActivityTaskScheduledEventAttributes(ActivityTaskScheduledEventAttributes), ActivityTaskStartedEventAttributes(ActivityTaskStartedEventAttributes), ActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes), ActivityTaskFailedEventAttributes(ActivityTaskFailedEventAttributes), ActivityTaskTimedOutEventAttributes(ActivityTaskTimedOutEventAttributes), TimerStartedEventAttributes(TimerStartedEventAttributes), TimerFiredEventAttributes(TimerFiredEventAttributes), ActivityTaskCancelRequestedEventAttributes(ActivityTaskCancelRequestedEventAttributes), ActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes), TimerCanceledEventAttributes(TimerCanceledEventAttributes), MarkerRecordedEventAttributes(MarkerRecordedEventAttributes), WorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes), WorkflowExecutionTerminatedEventAttributes(WorkflowExecutionTerminatedEventAttributes), WorkflowExecutionCancelRequestedEventAttributes(WorkflowExecutionCancelRequestedEventAttributes), WorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes), RequestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes), RequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes), ExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes), WorkflowExecutionContinuedAsNewEventAttributes(WorkflowExecutionContinuedAsNewEventAttributes), StartChildWorkflowExecutionInitiatedEventAttributes(StartChildWorkflowExecutionInitiatedEventAttributes), StartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes), ChildWorkflowExecutionStartedEventAttributes(ChildWorkflowExecutionStartedEventAttributes), ChildWorkflowExecutionCompletedEventAttributes(ChildWorkflowExecutionCompletedEventAttributes), ChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes), ChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes), ChildWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes), ChildWorkflowExecutionTerminatedEventAttributes(ChildWorkflowExecutionTerminatedEventAttributes), SignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes), SignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes), ExternalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes), UpsertWorkflowSearchAttributesEventAttributes(UpsertWorkflowSearchAttributesEventAttributes),
}

Variants

WorkflowExecutionStartedEventAttributes(WorkflowExecutionStartedEventAttributes)
WorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes)
WorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes)
WorkflowExecutionTimedOutEventAttributes(WorkflowExecutionTimedOutEventAttributes)
WorkflowTaskScheduledEventAttributes(WorkflowTaskScheduledEventAttributes)
WorkflowTaskStartedEventAttributes(WorkflowTaskStartedEventAttributes)
WorkflowTaskCompletedEventAttributes(WorkflowTaskCompletedEventAttributes)
WorkflowTaskTimedOutEventAttributes(WorkflowTaskTimedOutEventAttributes)
WorkflowTaskFailedEventAttributes(WorkflowTaskFailedEventAttributes)
ActivityTaskScheduledEventAttributes(ActivityTaskScheduledEventAttributes)
ActivityTaskStartedEventAttributes(ActivityTaskStartedEventAttributes)
ActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes)
ActivityTaskFailedEventAttributes(ActivityTaskFailedEventAttributes)
ActivityTaskTimedOutEventAttributes(ActivityTaskTimedOutEventAttributes)
TimerStartedEventAttributes(TimerStartedEventAttributes)
TimerFiredEventAttributes(TimerFiredEventAttributes)
ActivityTaskCancelRequestedEventAttributes(ActivityTaskCancelRequestedEventAttributes)
ActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes)
TimerCanceledEventAttributes(TimerCanceledEventAttributes)
MarkerRecordedEventAttributes(MarkerRecordedEventAttributes)
WorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes)
WorkflowExecutionTerminatedEventAttributes(WorkflowExecutionTerminatedEventAttributes)
WorkflowExecutionCancelRequestedEventAttributes(WorkflowExecutionCancelRequestedEventAttributes)
WorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes)
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes)
RequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes)
ExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes)
WorkflowExecutionContinuedAsNewEventAttributes(WorkflowExecutionContinuedAsNewEventAttributes)
StartChildWorkflowExecutionInitiatedEventAttributes(StartChildWorkflowExecutionInitiatedEventAttributes)
StartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes)
ChildWorkflowExecutionStartedEventAttributes(ChildWorkflowExecutionStartedEventAttributes)
ChildWorkflowExecutionCompletedEventAttributes(ChildWorkflowExecutionCompletedEventAttributes)
ChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes)
ChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes)
ChildWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes)
ChildWorkflowExecutionTerminatedEventAttributes(ChildWorkflowExecutionTerminatedEventAttributes)
SignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes)
SignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes)
ExternalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes)
UpsertWorkflowSearchAttributesEventAttributes(UpsertWorkflowSearchAttributesEventAttributes)

Implementations

impl Attributes[src]

pub fn encode<B>(&self, buf: &mut B) where
    B: BufMut
[src]

pub fn merge<B>(
    field: &mut Option<Attributes>,
    tag: u32,
    wire_type: WireType,
    buf: &mut B,
    ctx: DecodeContext
) -> Result<(), DecodeError> where
    B: Buf
[src]

pub fn encoded_len(&self) -> usize[src]

Trait Implementations

impl Clone for Attributes[src]

impl Debug for Attributes[src]

impl From<ActivityTaskCancelRequestedEventAttributes> for Attributes[src]

impl From<ActivityTaskCanceledEventAttributes> for Attributes[src]

impl From<ActivityTaskCompletedEventAttributes> for Attributes[src]

impl From<ActivityTaskFailedEventAttributes> for Attributes[src]

impl From<ActivityTaskScheduledEventAttributes> for Attributes[src]

impl From<ActivityTaskStartedEventAttributes> for Attributes[src]

impl From<ActivityTaskTimedOutEventAttributes> for Attributes[src]

impl From<ChildWorkflowExecutionCanceledEventAttributes> for Attributes[src]

impl From<ChildWorkflowExecutionCompletedEventAttributes> for Attributes[src]

impl From<ChildWorkflowExecutionFailedEventAttributes> for Attributes[src]

impl From<ChildWorkflowExecutionStartedEventAttributes> for Attributes[src]

impl From<ChildWorkflowExecutionTerminatedEventAttributes> for Attributes[src]

impl From<ChildWorkflowExecutionTimedOutEventAttributes> for Attributes[src]

impl From<ExternalWorkflowExecutionCancelRequestedEventAttributes> for Attributes[src]

impl From<ExternalWorkflowExecutionSignaledEventAttributes> for Attributes[src]

impl From<MarkerRecordedEventAttributes> for Attributes[src]

impl From<RequestCancelExternalWorkflowExecutionFailedEventAttributes> for Attributes[src]

impl From<RequestCancelExternalWorkflowExecutionInitiatedEventAttributes> for Attributes[src]

impl From<SignalExternalWorkflowExecutionFailedEventAttributes> for Attributes[src]

impl From<SignalExternalWorkflowExecutionInitiatedEventAttributes> for Attributes[src]

impl From<StartChildWorkflowExecutionFailedEventAttributes> for Attributes[src]

impl From<StartChildWorkflowExecutionInitiatedEventAttributes> for Attributes[src]

impl From<TimerCanceledEventAttributes> for Attributes[src]

impl From<TimerFiredEventAttributes> for Attributes[src]

impl From<TimerStartedEventAttributes> for Attributes[src]

impl From<UpsertWorkflowSearchAttributesEventAttributes> for Attributes[src]

impl From<WorkflowExecutionCancelRequestedEventAttributes> for Attributes[src]

impl From<WorkflowExecutionCanceledEventAttributes> for Attributes[src]

impl From<WorkflowExecutionCompletedEventAttributes> for Attributes[src]

impl From<WorkflowExecutionContinuedAsNewEventAttributes> for Attributes[src]

impl From<WorkflowExecutionFailedEventAttributes> for Attributes[src]

impl From<WorkflowExecutionSignaledEventAttributes> for Attributes[src]

impl From<WorkflowExecutionStartedEventAttributes> for Attributes[src]

impl From<WorkflowExecutionTerminatedEventAttributes> for Attributes[src]

impl From<WorkflowExecutionTimedOutEventAttributes> for Attributes[src]

impl From<WorkflowTaskCompletedEventAttributes> for Attributes[src]

impl From<WorkflowTaskFailedEventAttributes> for Attributes[src]

impl From<WorkflowTaskScheduledEventAttributes> for Attributes[src]

impl From<WorkflowTaskStartedEventAttributes> for Attributes[src]

impl From<WorkflowTaskTimedOutEventAttributes> for Attributes[src]

impl PartialEq<Attributes> for Attributes[src]

impl StructuralPartialEq for Attributes[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> FutureExt for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]