pub struct WorkflowHistoryResponse {
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 WorkflowHistoryResponse
impl Clone for WorkflowHistoryResponse
Source§fn clone(&self) -> WorkflowHistoryResponse
fn clone(&self) -> WorkflowHistoryResponse
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 WorkflowHistoryResponse
impl Debug for WorkflowHistoryResponse
Source§impl<'de> Deserialize<'de> for WorkflowHistoryResponse
impl<'de> Deserialize<'de> for WorkflowHistoryResponse
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 WorkflowHistoryResponse
Source§impl From<WorkflowHistoryResponse> for WorkflowHistoryResponse
impl From<WorkflowHistoryResponse> for WorkflowHistoryResponse
Source§fn from(value: WorkflowHistoryResponse) -> Self
fn from(value: WorkflowHistoryResponse) -> Self
Converts to this type from the input type.
Source§impl From<WorkflowHistoryResponse> for WorkflowHistoryResponse
impl From<WorkflowHistoryResponse> for WorkflowHistoryResponse
Source§fn from(value: WorkflowHistoryResponse) -> Self
fn from(value: WorkflowHistoryResponse) -> Self
Converts to this type from the input type.
Source§impl From<WorkflowHistoryResponse> for WorkflowHistoryResponse
impl From<WorkflowHistoryResponse> for WorkflowHistoryResponse
Source§fn from(value: WorkflowHistoryResponse) -> Self
fn from(value: WorkflowHistoryResponse) -> Self
Converts to this type from the input type.
Source§impl From<WorkflowHistoryResponse> for WorkflowHistoryResponse
impl From<WorkflowHistoryResponse> for WorkflowHistoryResponse
Source§fn from(value: WorkflowHistoryResponse) -> Self
fn from(value: WorkflowHistoryResponse) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WorkflowHistoryResponse
impl PartialEq for WorkflowHistoryResponse
Source§fn eq(&self, other: &WorkflowHistoryResponse) -> bool
fn eq(&self, other: &WorkflowHistoryResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for WorkflowHistoryResponse
impl Serialize for WorkflowHistoryResponse
impl StructuralPartialEq for WorkflowHistoryResponse
Auto Trait Implementations§
impl Freeze for WorkflowHistoryResponse
impl RefUnwindSafe for WorkflowHistoryResponse
impl Send for WorkflowHistoryResponse
impl Sync for WorkflowHistoryResponse
impl Unpin for WorkflowHistoryResponse
impl UnsafeUnpin for WorkflowHistoryResponse
impl UnwindSafe for WorkflowHistoryResponse
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