Enum Adapter Target
Generated from cargo doc --no-deps -p nemo-fabric-core.
pub enum AdapterTarget {
Workflow(WorkflowTargetSpec),
}
Type-specific Adapter Target Descriptor payload.
Variants
Workflow(WorkflowTargetSpec)
Workflow(WorkflowTargetSpec)
Registered workflow target.
Trait Implementations
impl Clone for AdapterTarget
impl Clone for AdapterTarget
clone
fn clone(&self) -> AdapterTarget
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for AdapterTarget
impl Debug for AdapterTarget
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for AdapterTarget
impl<'de> Deserialize<'de> for AdapterTarget
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl JsonSchema for AdapterTarget
impl JsonSchema for AdapterTarget
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 AdapterTarget
impl PartialEq for AdapterTarget
eq
fn eq(&self, other: &AdapterTarget) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Serialize for AdapterTarget
impl Serialize for AdapterTarget
serialize
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl StructuralPartialEq for AdapterTarget
impl StructuralPartialEq for AdapterTarget