> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/relay/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/relay/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Struct Plugin Component Spec

> One configured plugin component.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi`.

<pre />

One configured plugin component.

## Fields

### `kind: String`

Registered plugin kind string.

### `enabled: bool`

Whether the component should be activated.

Disabled components are still validated but skipped during runtime registration.

### `config: Map<String, Value>`

Component-local JSON config object passed to the plugin.

## Implementations

### `impl PluginComponentSpec`

<pre />

#### `new`

<pre />

Creates a new enabled component spec with empty config.

## Trait Implementations

### `impl Clone for PluginComponentSpec`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for PluginComponentSpec`

<pre />

#### `fmt`

<pre />

### `impl<'de> Deserialize<'de> for PluginComponentSpec`

<pre />

#### `deserialize`

<pre />

### `impl From<ComponentSpec> for PluginComponentSpec`

<pre />

#### `from`

<pre />

### `impl From<ComponentSpec> for PluginComponentSpec`

<pre />

#### `from`

<pre />

### `impl Serialize for PluginComponentSpec`

<pre />

#### `serialize`

<pre />