Struct Dynamic Plugin Manifest Worker Load
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 DynamicPluginManifestWorkerLoad {
pub runtime: Option<WorkerRuntime>,
pub entrypoint: Option<String>,
}
Worker lane authored load block.
Fields
runtime: Option<WorkerRuntime>
Worker runtime when kind = "worker".
entrypoint: Option<String>
Worker entrypoint.
Trait Implementations
impl Clone for DynamicPluginManifestWorkerLoad
impl Clone for DynamicPluginManifestWorkerLoad
clone
fn clone(&self) -> DynamicPluginManifestWorkerLoad
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for DynamicPluginManifestWorkerLoad
impl Debug for DynamicPluginManifestWorkerLoad
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Default for DynamicPluginManifestWorkerLoad
impl Default for DynamicPluginManifestWorkerLoad
default
fn default() -> DynamicPluginManifestWorkerLoad
impl<'de> Deserialize<'de> for DynamicPluginManifestWorkerLoad
impl<'de> Deserialize<'de> for DynamicPluginManifestWorkerLoad
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl PartialEq for DynamicPluginManifestWorkerLoad
impl PartialEq for DynamicPluginManifestWorkerLoad
eq
fn eq(&self, other: &DynamicPluginManifestWorkerLoad) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Serialize for DynamicPluginManifestWorkerLoad
impl Serialize for DynamicPluginManifestWorkerLoad
serialize
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl Eq for DynamicPluginManifestWorkerLoad
impl Eq for DynamicPluginManifestWorkerLoad
impl StructuralPartialEq for DynamicPluginManifestWorkerLoad
impl StructuralPartialEq for DynamicPluginManifestWorkerLoad