Struct Dynamic Plugin Rust 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 struct DynamicPluginRustLoadContract {
    pub library: String,
    pub symbol: String,
}

Lane-specific load contract for native shared libraries.

Fields

library: String

Native dynamic library path.

symbol: String

Native exported registration symbol.

Trait Implementations

impl Clone for DynamicPluginRustLoadContract

impl Clone for DynamicPluginRustLoadContract

clone

fn clone(&self) -> DynamicPluginRustLoadContract

clone_from

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

impl Debug for DynamicPluginRustLoadContract

impl Debug for DynamicPluginRustLoadContract

fmt

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

impl<'de> Deserialize<'de> for DynamicPluginRustLoadContract

impl<'de> Deserialize<'de> for DynamicPluginRustLoadContract

deserialize

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

impl PartialEq for DynamicPluginRustLoadContract

impl PartialEq for DynamicPluginRustLoadContract

eq

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

ne

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

impl Serialize for DynamicPluginRustLoadContract

impl Serialize for DynamicPluginRustLoadContract

serialize

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

impl Eq for DynamicPluginRustLoadContract

impl Eq for DynamicPluginRustLoadContract

impl StructuralPartialEq for DynamicPluginRustLoadContract

impl StructuralPartialEq for DynamicPluginRustLoadContract