Struct Workflow Config
Generated from cargo doc --no-deps -p nemo-fabric-core.
pub struct WorkflowConfig {
pub target_id: String,
pub settings: Map<String, Value>,
pub extensions: BTreeMap<String, Value>,
}
Registered workflow target and immutable construction settings.
Fields
target_id: String
Registered Adapter Target Descriptor id.
settings: Map<String, Value>
Workflow-specific construction settings.
extensions: BTreeMap<String, Value>
Additive workflow fields.
Trait Implementations
impl Clone for WorkflowConfig
impl Clone for WorkflowConfig
clone
fn clone(&self) -> WorkflowConfig
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for WorkflowConfig
impl Debug for WorkflowConfig
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for WorkflowConfig
impl<'de> Deserialize<'de> for WorkflowConfig
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl JsonSchema for WorkflowConfig
impl JsonSchema for WorkflowConfig
schema_name
fn schema_name() -> Cow<'static, str>
schema_id
fn schema_id() -> Cow<'static, str>
json_schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
inline_schema
fn inline_schema() -> bool
impl PartialEq for WorkflowConfig
impl PartialEq for WorkflowConfig
eq
fn eq(&self, other: &WorkflowConfig) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Serialize for WorkflowConfig
impl Serialize for WorkflowConfig
serialize
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl StructuralPartialEq for WorkflowConfig
impl StructuralPartialEq for WorkflowConfig