pub struct WorkflowDecision {
pub v: u8,
pub activation_id: String,
pub revision: u64,
pub action: WorkflowAction,
}Fields§
§v: u8§activation_id: String§revision: u64§action: WorkflowActionImplementations§
Trait Implementations§
Source§impl Clone for WorkflowDecision
impl Clone for WorkflowDecision
Source§impl Debug for WorkflowDecision
impl Debug for WorkflowDecision
Source§impl<'de> Deserialize<'de> for WorkflowDecision
impl<'de> Deserialize<'de> for WorkflowDecision
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 WorkflowDecision
impl RefUnwindSafe for WorkflowDecision
impl Send for WorkflowDecision
impl Sync for WorkflowDecision
impl Unpin for WorkflowDecision
impl UnsafeUnpin for WorkflowDecision
impl UnwindSafe for WorkflowDecision
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