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