> 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 AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Enum Mark Projection

> Export representation for point-in-time mark events.

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`.

```rust
pub enum MarkProjection {
    Inherit,
    Event,
    Tool,
}
```

Export representation for point-in-time mark events.

Marks remain canonical ATOF events regardless of this setting. Exporters apply the selected projection only when translating those events into a downstream trace format.

## Variants

### `Inherit`

<pre />

Use each exporter's native handling for marks.

### `Event`

<pre />

Force marks into exporter-native trace span events.

### `Tool`

<pre />

Render non-excluded marks as zero-duration trace child spans so trace-tree consumers can display them directly. High-volume `llm.chunk` marks remain exporter-native events.

## Trait Implementations

### `impl Clone for MarkProjection`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for MarkProjection`

<pre />

#### `fmt`

<pre />

### `impl Default for MarkProjection`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl PartialEq for MarkProjection`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for MarkProjection`

<pre />

#### `serialize`

<pre />

### `impl Copy for MarkProjection`

<pre />

### `impl Eq for MarkProjection`

<pre />

### `impl StructuralPartialEq for MarkProjection`

<pre />