Enum temporal_sdk_core::protos::temporal::api::command::v1::command::Attributes[][src]

pub enum Attributes {
Show variants ScheduleActivityTaskCommandAttributes(ScheduleActivityTaskCommandAttributes), StartTimerCommandAttributes(StartTimerCommandAttributes), CompleteWorkflowExecutionCommandAttributes(CompleteWorkflowExecutionCommandAttributes), FailWorkflowExecutionCommandAttributes(FailWorkflowExecutionCommandAttributes), RequestCancelActivityTaskCommandAttributes(RequestCancelActivityTaskCommandAttributes), CancelTimerCommandAttributes(CancelTimerCommandAttributes), CancelWorkflowExecutionCommandAttributes(CancelWorkflowExecutionCommandAttributes), RequestCancelExternalWorkflowExecutionCommandAttributes(RequestCancelExternalWorkflowExecutionCommandAttributes), RecordMarkerCommandAttributes(RecordMarkerCommandAttributes), ContinueAsNewWorkflowExecutionCommandAttributes(ContinueAsNewWorkflowExecutionCommandAttributes), StartChildWorkflowExecutionCommandAttributes(StartChildWorkflowExecutionCommandAttributes), SignalExternalWorkflowExecutionCommandAttributes(SignalExternalWorkflowExecutionCommandAttributes), UpsertWorkflowSearchAttributesCommandAttributes(UpsertWorkflowSearchAttributesCommandAttributes),
}

Variants

ScheduleActivityTaskCommandAttributes(ScheduleActivityTaskCommandAttributes)
StartTimerCommandAttributes(StartTimerCommandAttributes)
CompleteWorkflowExecutionCommandAttributes(CompleteWorkflowExecutionCommandAttributes)
FailWorkflowExecutionCommandAttributes(FailWorkflowExecutionCommandAttributes)
RequestCancelActivityTaskCommandAttributes(RequestCancelActivityTaskCommandAttributes)
CancelTimerCommandAttributes(CancelTimerCommandAttributes)
CancelWorkflowExecutionCommandAttributes(CancelWorkflowExecutionCommandAttributes)
RequestCancelExternalWorkflowExecutionCommandAttributes(RequestCancelExternalWorkflowExecutionCommandAttributes)
RecordMarkerCommandAttributes(RecordMarkerCommandAttributes)
ContinueAsNewWorkflowExecutionCommandAttributes(ContinueAsNewWorkflowExecutionCommandAttributes)
StartChildWorkflowExecutionCommandAttributes(StartChildWorkflowExecutionCommandAttributes)
SignalExternalWorkflowExecutionCommandAttributes(SignalExternalWorkflowExecutionCommandAttributes)
UpsertWorkflowSearchAttributesCommandAttributes(UpsertWorkflowSearchAttributesCommandAttributes)

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<Attributes> for Command[src]

impl From<CancelTimer> for Attributes[src]

impl From<CancelTimerCommandAttributes> for Attributes[src]

impl From<CancelWorkflowExecutionCommandAttributes> for Attributes[src]

impl From<CompleteWorkflowExecution> for Attributes[src]

impl From<CompleteWorkflowExecutionCommandAttributes> for Attributes[src]

impl From<ContinueAsNewWorkflowExecutionCommandAttributes> for Attributes[src]

impl From<FailWorkflowExecution> for Attributes[src]

impl From<FailWorkflowExecutionCommandAttributes> for Attributes[src]

impl From<RecordMarkerCommandAttributes> for Attributes[src]

impl From<RequestCancelActivity> for Attributes[src]

impl From<RequestCancelActivityTaskCommandAttributes> for Attributes[src]

impl From<RequestCancelExternalWorkflowExecutionCommandAttributes> for Attributes[src]

impl From<ScheduleActivity> for Attributes[src]

impl From<ScheduleActivityTaskCommandAttributes> for Attributes[src]

impl From<SignalExternalWorkflowExecutionCommandAttributes> for Attributes[src]

impl From<StartChildWorkflowExecutionCommandAttributes> for Attributes[src]

impl From<StartTimer> for Attributes[src]

impl From<StartTimerCommandAttributes> for Attributes[src]

impl From<UpsertWorkflowSearchAttributesCommandAttributes> 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]