pub enum WorkflowOutputParameterOutputSource {
OutputSource(String),
OutputSourceArray(Vec<String>),
}
Variants§
Trait Implementations§
Source§impl Clone for WorkflowOutputParameterOutputSource
impl Clone for WorkflowOutputParameterOutputSource
Source§fn clone(&self) -> WorkflowOutputParameterOutputSource
fn clone(&self) -> WorkflowOutputParameterOutputSource
Returns a copy 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<'de> Deserialize<'de> for WorkflowOutputParameterOutputSource
impl<'de> Deserialize<'de> for WorkflowOutputParameterOutputSource
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 WorkflowOutputParameterOutputSource
impl RefUnwindSafe for WorkflowOutputParameterOutputSource
impl Send for WorkflowOutputParameterOutputSource
impl Sync for WorkflowOutputParameterOutputSource
impl Unpin for WorkflowOutputParameterOutputSource
impl UnwindSafe for WorkflowOutputParameterOutputSource
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