Struct Workflow Entrypoint Config
Generated from cargo doc --no-deps -p nemo-fabric-core.
pub struct WorkflowEntrypointConfig {
pub kind: String,
pub ref: String,
pub extensions: BTreeMap<String, Value>,
}
Adapter-owned workflow entry point.
Fields
kind: String
Adapter-defined entry-point kind.
ref: String
Adapter-defined workflow reference.
extensions: BTreeMap<String, Value>
Additive workflow entry-point fields.
Trait Implementations
impl Clone for WorkflowEntrypointConfig
impl Clone for WorkflowEntrypointConfig
clone
fn clone(&self) -> WorkflowEntrypointConfig
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for WorkflowEntrypointConfig
impl Debug for WorkflowEntrypointConfig
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for WorkflowEntrypointConfig
impl<'de> Deserialize<'de> for WorkflowEntrypointConfig
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl JsonSchema for WorkflowEntrypointConfig
impl JsonSchema for WorkflowEntrypointConfig
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 WorkflowEntrypointConfig
impl PartialEq for WorkflowEntrypointConfig
eq
fn eq(&self, other: &WorkflowEntrypointConfig) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Serialize for WorkflowEntrypointConfig
impl Serialize for WorkflowEntrypointConfig
serialize
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl StructuralPartialEq for WorkflowEntrypointConfig
impl StructuralPartialEq for WorkflowEntrypointConfig