Struct temporal_sdk_core::protos::temporal::api::workflow::v1::ResetPointInfo[][src]

pub struct ResetPointInfo {
    pub binary_checksum: String,
    pub run_id: String,
    pub first_workflow_task_completed_id: i64,
    pub create_time: Option<Timestamp>,
    pub expire_time: Option<Timestamp>,
    pub resettable: bool,
}

Fields

binary_checksum: Stringrun_id: Stringfirst_workflow_task_completed_id: i64create_time: Option<Timestamp>expire_time: Option<Timestamp>

(– api-linter: core::0214::resource-expiry=disabled aip.dev/not-precedent: TTL is not defined for ResetPointInfo. –) The time that the run is deleted due to retention.

resettable: bool

false if the reset point has pending childWFs/reqCancels/signalExternals.

Trait Implementations

impl Clone for ResetPointInfo[src]

impl Debug for ResetPointInfo[src]

impl Default for ResetPointInfo[src]

impl Message for ResetPointInfo[src]

impl PartialEq<ResetPointInfo> for ResetPointInfo[src]

impl StructuralPartialEq for ResetPointInfo[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]