Enum Adapter Kind

View as Markdown

Generated from cargo doc --no-deps -p nemo-fabric-core.

1pub enum AdapterKind {
2 Process,
3 Http,
4 Python,
5 NativePlugin,
6}

Adapter implementation kind.

Variants

Process

Process

Launch and supervise a persistent adapter process.

Http

Http

Connect to a service or HTTP-backed harness.

Python

Python

Launch and supervise a persistent Python adapter host.

NativePlugin

NativePlugin

Delegate to a harness-native plugin package.

Trait Implementations

impl Clone for AdapterKind

impl Clone for AdapterKind

clone

fn clone(&self) -> AdapterKind

clone_from

fn clone_from(&mut self, source: &Self)

impl Debug for AdapterKind

impl Debug for AdapterKind

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl<'de> Deserialize<'de> for AdapterKind

impl<'de> Deserialize<'de> for AdapterKind

deserialize

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,

impl JsonSchema for AdapterKind

impl JsonSchema for AdapterKind

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 AdapterKind

impl PartialEq for AdapterKind

eq

fn eq(&self, other: &AdapterKind) -> bool

ne

fn ne(&self, other: &Rhs) -> bool

impl Serialize for AdapterKind

impl Serialize for AdapterKind

serialize

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
    __S: Serializer,

impl Copy for AdapterKind

impl Copy for AdapterKind

impl Eq for AdapterKind

impl Eq for AdapterKind

impl StructuralPartialEq for AdapterKind

impl StructuralPartialEq for AdapterKind