Enum Dynamic Plugin Load Contract

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.

pub enum DynamicPluginLoadContract {
    Worker(DynamicPluginWorkerLoadContract),
    RustDynamic(DynamicPluginRustLoadContract),
}

Runtime entry contract for the resolved plugin.

Variants

Worker(DynamicPluginWorkerLoadContract)

Worker(DynamicPluginWorkerLoadContract)

Worker-based plugin registration target.

RustDynamic(DynamicPluginRustLoadContract)

RustDynamic(DynamicPluginRustLoadContract)

Native shared-library registration target.

Trait Implementations

impl Clone for DynamicPluginLoadContract

impl Clone for DynamicPluginLoadContract

clone

fn clone(&self) -> DynamicPluginLoadContract

clone_from

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

impl Debug for DynamicPluginLoadContract

impl Debug for DynamicPluginLoadContract

fmt

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

impl<'de> Deserialize<'de> for DynamicPluginLoadContract

impl<'de> Deserialize<'de> for DynamicPluginLoadContract

deserialize

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

impl PartialEq for DynamicPluginLoadContract

impl PartialEq for DynamicPluginLoadContract

eq

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

ne

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

impl Serialize for DynamicPluginLoadContract

impl Serialize for DynamicPluginLoadContract

serialize

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

impl Eq for DynamicPluginLoadContract

impl Eq for DynamicPluginLoadContract

impl StructuralPartialEq for DynamicPluginLoadContract

impl StructuralPartialEq for DynamicPluginLoadContract