pub struct WorkflowReplayResponse {
pub rid: Uint,
pub history: Option<WorkflowHistory>,
pub is_workflow_enabled: bool,
}Fields§
§rid: Uint§history: Option<WorkflowHistory>§is_workflow_enabled: boolTrait Implementations§
Source§impl Clone for WorkflowReplayResponse
impl Clone for WorkflowReplayResponse
Source§fn clone(&self) -> WorkflowReplayResponse
fn clone(&self) -> WorkflowReplayResponse
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 WorkflowReplayResponse
impl Debug for WorkflowReplayResponse
Source§impl<'de> Deserialize<'de> for WorkflowReplayResponse
impl<'de> Deserialize<'de> for WorkflowReplayResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for WorkflowReplayResponse
Source§impl From<WorkflowReplayResponse> for WorkflowReplayResponse
impl From<WorkflowReplayResponse> for WorkflowReplayResponse
Source§fn from(value: WorkflowReplayResponse) -> Self
fn from(value: WorkflowReplayResponse) -> Self
Converts to this type from the input type.
Source§impl From<WorkflowReplayResponse> for WorkflowReplayResponse
impl From<WorkflowReplayResponse> for WorkflowReplayResponse
Source§fn from(value: WorkflowReplayResponse) -> Self
fn from(value: WorkflowReplayResponse) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WorkflowReplayResponse
impl PartialEq for WorkflowReplayResponse
Source§impl Serialize for WorkflowReplayResponse
impl Serialize for WorkflowReplayResponse
impl StructuralPartialEq for WorkflowReplayResponse
Auto Trait Implementations§
impl Freeze for WorkflowReplayResponse
impl RefUnwindSafe for WorkflowReplayResponse
impl Send for WorkflowReplayResponse
impl Sync for WorkflowReplayResponse
impl Unpin for WorkflowReplayResponse
impl UnsafeUnpin for WorkflowReplayResponse
impl UnwindSafe for WorkflowReplayResponse
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