Struct temporal_sdk_core::protos::coresdk::activity_task::Start[][src]

pub struct Start {
Show fields pub workflow_namespace: String, pub workflow_type: String, pub workflow_execution: Option<WorkflowExecution>, pub activity_type: String, pub header_fields: HashMap<String, Payload>, pub input: Vec<Payload>, pub heartbeat_details: Vec<Payload>, pub scheduled_time: Option<Timestamp>, pub current_attempt_scheduled_time: Option<Timestamp>, pub started_time: Option<Timestamp>, pub attempt: i32, pub schedule_to_close_timeout: Option<Duration>, pub start_to_close_timeout: Option<Duration>, pub heartbeat_timeout: Option<Duration>, pub retry_policy: Option<RetryPolicy>,
}

Fields

workflow_namespace: Stringworkflow_type: Stringworkflow_execution: Option<WorkflowExecution>activity_type: Stringheader_fields: HashMap<String, Payload>input: Vec<Payload>heartbeat_details: Vec<Payload>scheduled_time: Option<Timestamp>current_attempt_scheduled_time: Option<Timestamp>started_time: Option<Timestamp>attempt: i32schedule_to_close_timeout: Option<Duration>start_to_close_timeout: Option<Duration>heartbeat_timeout: Option<Duration>retry_policy: Option<RetryPolicy>

Trait Implementations

impl Clone for Start[src]

impl Debug for Start[src]

impl Default for Start[src]

impl Message for Start[src]

impl PartialEq<Start> for Start[src]

impl StructuralPartialEq for Start[src]

Auto Trait Implementations

impl RefUnwindSafe for Start

impl Send for Start

impl Sync for Start

impl Unpin for Start

impl UnwindSafe for Start

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]