pub struct StartWorkflowRequest {
pub type: Option<PostIdStartType>,
pub flow: PostIdStartFlow,
pub files: Vec<PutSkillInvocationIdFile>,
pub folder: MetadataCascadePolicyParent,
pub outcomes: Option<Vec<Outcome>>,
}Fields§
§type: Option<PostIdStartType>§flow: PostIdStartFlow§files: Vec<PutSkillInvocationIdFile>§folder: MetadataCascadePolicyParent§outcomes: Option<Vec<Outcome>>Trait Implementations§
Source§impl Clone for StartWorkflowRequest
impl Clone for StartWorkflowRequest
Source§fn clone(&self) -> StartWorkflowRequest
fn clone(&self) -> StartWorkflowRequest
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 StartWorkflowRequest
impl Debug for StartWorkflowRequest
Source§impl Default for StartWorkflowRequest
impl Default for StartWorkflowRequest
Source§fn default() -> StartWorkflowRequest
fn default() -> StartWorkflowRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StartWorkflowRequest
impl<'de> Deserialize<'de> for StartWorkflowRequest
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 StartWorkflowRequest
impl PartialEq for StartWorkflowRequest
Source§impl Serialize for StartWorkflowRequest
impl Serialize for StartWorkflowRequest
impl StructuralPartialEq for StartWorkflowRequest
Auto Trait Implementations§
impl Freeze for StartWorkflowRequest
impl RefUnwindSafe for StartWorkflowRequest
impl Send for StartWorkflowRequest
impl Sync for StartWorkflowRequest
impl Unpin for StartWorkflowRequest
impl UnsafeUnpin for StartWorkflowRequest
impl UnwindSafe for StartWorkflowRequest
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