pub struct Function { /* private fields */ }
Expand description

Function defines a Function that implements some processing in the flow hierarchy

Implementations

Configure a function with additional information after it is deserialized as part of a flow

Set the id of this function

Get the id of this function

Get the name of any associated docs file

Get the id of the low this function is a part of

Return true if this function is impure or not

Get a reference to the set of inputs of this function

Get a mutable reference to the set of inputs of this function

Get a reference to the set of outputs this function generates

Add a connection from this function to another

Get a reference to the set of output connections from this function to others

Get a reference to the implementation of this function

Set the implementation location of this function

Get the source url for the file where this function was defined

Get the lib reference of this function

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Formats the value using the given formatter. Read more

Return a reference to the name of the struct implementing this trait

Return a reference to the alias (also a Name type) of the struct implementing this trait

Return a reference to the Route of the struct that implements this trait

Return a mutable reference to the Route of the struct that implements this trait

Serialize this value into the given Serde serializer. Read more

Set the routes in fields of this struct based on the route of it’s parent.

Validate that a deserialized model data structure is valid for use

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.