pub struct WorkflowEventCommand {
pub scope: Scope,
pub workflow_id: String,
pub key: String,
pub event: WorkflowEvent,
}Fields§
§scope: Scope§workflow_id: String§key: String§event: WorkflowEventImplementations§
Trait Implementations§
Source§impl Clone for WorkflowEventCommand
impl Clone for WorkflowEventCommand
Source§impl Debug for WorkflowEventCommand
impl Debug for WorkflowEventCommand
Source§impl<'de> Deserialize<'de> for WorkflowEventCommand
impl<'de> Deserialize<'de> for WorkflowEventCommand
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
Auto Trait Implementations§
impl Freeze for WorkflowEventCommand
impl RefUnwindSafe for WorkflowEventCommand
impl Send for WorkflowEventCommand
impl Sync for WorkflowEventCommand
impl Unpin for WorkflowEventCommand
impl UnsafeUnpin for WorkflowEventCommand
impl UnwindSafe for WorkflowEventCommand
Blanket Implementations§
impl<T> ArtifactLease for T
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