Struct Nemo Relay Native LlmSanitize Response Context
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.
#[repr(C)]pub struct NemoRelayNativeLlmSanitizeResponseContext {
pub codec_kind: NemoRelayNativeLlmCodecKind,
pub codec_id: *const NemoRelayNativeString,
pub codec: *const NemoRelayNativeLlmResponseCodec,
}
Per-call response sanitizer context passed over the native ABI.
Fields
codec_kind: NemoRelayNativeLlmCodecKind
Discriminator for the active codec.
codec_id: *const NemoRelayNativeString
Optional borrowed codec identifier.
codec: *const NemoRelayNativeLlmResponseCodec
Borrowed response codec capability, or null when no codec is active.
Trait Implementations
impl Clone for NemoRelayNativeLlmSanitizeResponseContext
impl Clone for NemoRelayNativeLlmSanitizeResponseContext
clone
fn clone(&self) -> NemoRelayNativeLlmSanitizeResponseContext
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for NemoRelayNativeLlmSanitizeResponseContext
impl Debug for NemoRelayNativeLlmSanitizeResponseContext
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Copy for NemoRelayNativeLlmSanitizeResponseContext
impl Copy for NemoRelayNativeLlmSanitizeResponseContext