> 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 Runtime Registration Owner Kind

> API documentation for the Rust `RuntimeRegistrationOwnerKind` enum in crate `nemo_relay_worker_proto`.

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
#[repr(i32)]pub enum RuntimeRegistrationOwnerKind {
    Unspecified = 0,
    Core = 1,
    GlobalApi = 2,
    Plugin = 3,
}
```

## Variants

### `Unspecified = 0`

<pre />

### `Core = 1`

<pre />

### `GlobalApi = 2`

<pre />

### `Plugin = 3`

<pre />

## Implementations

### `impl RuntimeRegistrationOwnerKind`

<pre />

#### `is_valid`

<pre />

Returns `true` if `value` is a variant of `RuntimeRegistrationOwnerKind`.

#### `from_i32`

<pre />

Converts an `i32` to a `RuntimeRegistrationOwnerKind`, or `None` if `value` is not a valid variant.

### `impl RuntimeRegistrationOwnerKind`

<pre />

#### `as_str_name`

<pre />

String value of the enum field names used in the ProtoBuf definition.

The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.

#### `from_str_name`

<pre />

Creates an enum from field names used in the ProtoBuf definition.

## Trait Implementations

### `impl Clone for RuntimeRegistrationOwnerKind`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for RuntimeRegistrationOwnerKind`

<pre />

#### `fmt`

<pre />

### `impl Default for RuntimeRegistrationOwnerKind`

<pre />

#### `default`

<pre />

### `impl From<RuntimeRegistrationOwnerKind> for i32`

<pre />

#### `from`

<pre />

### `impl Hash for RuntimeRegistrationOwnerKind`

<pre />

#### `hash`

<pre />

#### `hash_slice`

<pre />

### `impl Ord for RuntimeRegistrationOwnerKind`

<pre />

#### `cmp`

<pre />

#### `max`

<pre />

#### `min`

<pre />

#### `clamp`

<pre />

### `impl PartialEq for RuntimeRegistrationOwnerKind`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl PartialOrd for RuntimeRegistrationOwnerKind`

<pre />

#### `partial_cmp`

<pre />

#### `lt`

<pre />

#### `le`

<pre />

#### `gt`

<pre />

#### `ge`

<pre />

### `impl TryFrom<i32> for RuntimeRegistrationOwnerKind`

<pre />

#### `Error`

<pre />

#### `try_from`

<pre />

### `impl Copy for RuntimeRegistrationOwnerKind`

<pre />

### `impl Eq for RuntimeRegistrationOwnerKind`

<pre />

### `impl StructuralPartialEq for RuntimeRegistrationOwnerKind`

<pre />