Struct Native Plugin Load Spec

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 NativePluginLoadSpec {
    pub plugin_id: String,
    pub manifest_ref: String,
}

Native plugin load request derived from host dynamic-plugin state.

Fields

plugin_id: String

Expected plugin kind.

manifest_ref: String

Path to the authored relay-plugin.toml.

Trait Implementations

impl Clone for NativePluginLoadSpec

impl Clone for NativePluginLoadSpec

clone

fn clone(&self) -> NativePluginLoadSpec

clone_from

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

impl Debug for NativePluginLoadSpec

impl Debug for NativePluginLoadSpec

fmt

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

impl PartialEq for NativePluginLoadSpec

impl PartialEq for NativePluginLoadSpec

eq

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

ne

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

impl Eq for NativePluginLoadSpec

impl Eq for NativePluginLoadSpec

impl StructuralPartialEq for NativePluginLoadSpec

impl StructuralPartialEq for NativePluginLoadSpec