pub struct WorkflowSimulationResult {
pub matched_bindings: Vec<WorkflowHookBinding>,
pub planned_actions: Vec<WorkflowActionSpec>,
pub canonical_events: Vec<String>,
}Fields§
§matched_bindings: Vec<WorkflowHookBinding>§planned_actions: Vec<WorkflowActionSpec>§canonical_events: Vec<String>Trait Implementations§
Source§impl Clone for WorkflowSimulationResult
impl Clone for WorkflowSimulationResult
Source§fn clone(&self) -> WorkflowSimulationResult
fn clone(&self) -> WorkflowSimulationResult
Returns a duplicate of the value. Read more
1.0.0 · 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 WorkflowSimulationResult
impl Debug for WorkflowSimulationResult
Source§impl<'de> Deserialize<'de> for WorkflowSimulationResult
impl<'de> Deserialize<'de> for WorkflowSimulationResult
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
Source§impl PartialEq for WorkflowSimulationResult
impl PartialEq for WorkflowSimulationResult
Source§impl Serialize for WorkflowSimulationResult
impl Serialize for WorkflowSimulationResult
impl StructuralPartialEq for WorkflowSimulationResult
Auto Trait Implementations§
impl Freeze for WorkflowSimulationResult
impl RefUnwindSafe for WorkflowSimulationResult
impl Send for WorkflowSimulationResult
impl Sync for WorkflowSimulationResult
impl Unpin for WorkflowSimulationResult
impl UnsafeUnpin for WorkflowSimulationResult
impl UnwindSafe for WorkflowSimulationResult
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