pub struct LifecycleFlowSummary {
pub intent_id: String,
pub flow_kind: String,
pub latest_step: String,
pub is_open: bool,
pub is_terminal: bool,
pub owner_account_id: String,
pub smart_account_address: String,
pub lifecycle_reason: String,
pub zipper_reason: Option<ZipperReasonDetails>,
}Fields§
§intent_id: String§flow_kind: String§latest_step: String§is_open: bool§is_terminal: bool§owner_account_id: String§smart_account_address: String§lifecycle_reason: StringProduct-facing reason label (unspecified, snake catalog labels, or
unknown_reason_<n> for open-enum forward compatibility).
zipper_reason: Option<ZipperReasonDetails>Trait Implementations§
Source§impl Clone for LifecycleFlowSummary
impl Clone for LifecycleFlowSummary
Source§fn clone(&self) -> LifecycleFlowSummary
fn clone(&self) -> LifecycleFlowSummary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LifecycleFlowSummary
impl Debug for LifecycleFlowSummary
Source§impl Default for LifecycleFlowSummary
impl Default for LifecycleFlowSummary
Source§fn default() -> LifecycleFlowSummary
fn default() -> LifecycleFlowSummary
Returns the “default value” for a type. Read more
impl Eq for LifecycleFlowSummary
Source§impl PartialEq for LifecycleFlowSummary
impl PartialEq for LifecycleFlowSummary
impl StructuralPartialEq for LifecycleFlowSummary
Auto Trait Implementations§
impl Freeze for LifecycleFlowSummary
impl RefUnwindSafe for LifecycleFlowSummary
impl Send for LifecycleFlowSummary
impl Sync for LifecycleFlowSummary
impl Unpin for LifecycleFlowSummary
impl UnsafeUnpin for LifecycleFlowSummary
impl UnwindSafe for LifecycleFlowSummary
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.