> 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 SpanId

> Stable span identifier for addressable prompt blocks.

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

<pre />

Stable span identifier for addressable prompt blocks.

A newtype wrapper around `String` that provides `Hash` and `Eq` so `SpanId` values can be used as keys in `HashMap` / `HashSet`.

## Tuple Fields

### `0: String`

## Trait Implementations

### `impl Clone for SpanId`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for SpanId`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl Hash for SpanId`

<pre />

#### `hash`

<pre />

#### `hash_slice`

<pre />

### `impl PartialEq for SpanId`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for SpanId`

<pre />

#### `serialize`

<pre />

### `impl Eq for SpanId`

<pre />

### `impl StructuralPartialEq for SpanId`

<pre />