Enum flowcore::output_connection::Source
source · [−]Expand description
This specifies the Source of an OutputConnection which can either be:
Variants
Output(String)
A subroute of an output of a function - used as JSON pointer to select part of the output
Input(usize)
A copy of the input value used to calculate the job who’s output is being forwarded
Trait Implementations
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 RefUnwindSafe for Source
impl UnwindSafe for Source
Blanket Implementations
Mutably borrows from an owned value. Read more