Struct flowclib::model::connection::Connection
source · [−]pub struct Connection { /* private fields */ }Expand description
Connection defines a connection between the output of one function or flow to the input
of another function or flow and maybe optionally named for legibility/debugging.
Implementations
Connect the from_io to the to_io if they are compatible
Return a mutable reference to the from_io
Trait Implementations
Returns the “default value” for a type. Read more
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 Connection
impl Send for Connection
impl Sync for Connection
impl Unpin for Connection
impl UnwindSafe for Connection
Blanket Implementations
Mutably borrows from an owned value. Read more