pub struct AsyncWorkflowsParam {
pub inputs: Option<AsyncWorkflowsInputsParam>,
}Fields§
§inputs: Option<AsyncWorkflowsInputsParam>Arguments passed in automations
Implementations§
Trait Implementations§
Source§impl Clone for AsyncWorkflowsParam
impl Clone for AsyncWorkflowsParam
Source§fn clone(&self) -> AsyncWorkflowsParam
fn clone(&self) -> AsyncWorkflowsParam
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 AsyncWorkflowsParam
impl Debug for AsyncWorkflowsParam
Source§impl Default for AsyncWorkflowsParam
impl Default for AsyncWorkflowsParam
Auto Trait Implementations§
impl Freeze for AsyncWorkflowsParam
impl RefUnwindSafe for AsyncWorkflowsParam
impl Send for AsyncWorkflowsParam
impl Sync for AsyncWorkflowsParam
impl Unpin for AsyncWorkflowsParam
impl UnwindSafe for AsyncWorkflowsParam
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