> 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 Extracted Variable

> One extracted variable occurrence within a prompt block.

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

<pre />

One extracted variable occurrence within a prompt block.

## Fields

### `pattern_name: String`

Name of the pattern that matched this value.

### `original_value: String`

Original matched value before replacement.

### `byte_offset: usize`

Byte offset of the match in the original content.

### `byte_length: usize`

Byte length of the original match.

### `category: VariableCategory`

Semantic category assigned to the variable.

## Trait Implementations

### `impl Clone for ExtractedVariable`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for ExtractedVariable`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl PartialEq for ExtractedVariable`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for ExtractedVariable`

<pre />

#### `serialize`

<pre />

### `impl Eq for ExtractedVariable`

<pre />

### `impl StructuralPartialEq for ExtractedVariable`

<pre />