Holds the configuration found in the makefile toml config section.
If true, the default core tasks will not be loaded
Init task name which will be invoked at the start of every run
End task name which will be invoked at the end of every run
The name of the task to run in case of any error during the invocation of the flow
Invoked while loading the descriptor file but before loading any extended descriptor
acts like load_script if runtime OS is Linux (takes precedence over load_script)
acts like load_script if runtime OS is Windows (takes precedence over load_script)
acts like load_script if runtime OS is Mac (takes precedence over load_script)
Creates and returns a new instance.
Copies values from the config section into self.
task
- The task to copy from
Returns the load script based on the current platform
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
Serialize this value into the given Serde serializer. Read more
Deserialize this value from the given Serde deserializer. Read more
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static