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

# Struct Doctor Report

> Diagnostic report for a resolved run plan.

Generated from `cargo doc --no-deps -p nemo-fabric-core`.

<pre />

Diagnostic report for a resolved run plan.

## Fields

### `agent_name: String`

Agent name.

### `status: DoctorStatus`

Overall status.

### `checks: Vec<DoctorCheck>`

Checks.

## Trait Implementations

### `impl Clone for DoctorReport`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for DoctorReport`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for DoctorReport`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for DoctorReport`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for DoctorReport`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for DoctorReport`

<pre />