pub struct WorkflowCallConfig {
pub inputs: HashMap<String, InputDef>,
pub outputs: HashMap<String, OutputDef>,
}Fields§
§inputs: HashMap<String, InputDef>§outputs: HashMap<String, OutputDef>Trait Implementations§
Source§impl Clone for WorkflowCallConfig
impl Clone for WorkflowCallConfig
Source§fn clone(&self) -> WorkflowCallConfig
fn clone(&self) -> WorkflowCallConfig
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 WorkflowCallConfig
impl Debug for WorkflowCallConfig
Source§impl<'de> Deserialize<'de> for WorkflowCallConfig
impl<'de> Deserialize<'de> for WorkflowCallConfig
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 WorkflowCallConfig
impl RefUnwindSafe for WorkflowCallConfig
impl Send for WorkflowCallConfig
impl Sync for WorkflowCallConfig
impl Unpin for WorkflowCallConfig
impl UnwindSafe for WorkflowCallConfig
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