> 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 Extraction Result

> Variable extraction result for one prompt block.

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

<pre />

Variable extraction result for one prompt block.

## Fields

### `span_id: SpanId`

Span identifier of the analyzed block.

### `template_content: String`

Block content with extracted values replaced by placeholders.

### `variables: Vec<ExtractedVariable>`

Variables extracted from the block.

## Trait Implementations

### `impl Clone for ExtractionResult`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for ExtractionResult`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl PartialEq for ExtractionResult`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for ExtractionResult`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for ExtractionResult`

<pre />