Enum Mark Projection

View as Markdown

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.

1pub enum MarkProjection {
2 Inherit,
3 Event,
4 Tool,
5}

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

Inherit

Use each exporter’s native handling for marks.

Event

Event

Force marks into exporter-native trace span events.

Tool

Tool

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

impl Clone for MarkProjection

clone

fn clone(&self) -> MarkProjection

clone_from

fn clone_from(&mut self, source: &Self)

impl Debug for MarkProjection

impl Debug for MarkProjection

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl Default for MarkProjection

impl Default for MarkProjection

default

fn default() -> MarkProjection

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

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

deserialize

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,

impl PartialEq for MarkProjection

impl PartialEq for MarkProjection

eq

fn eq(&self, other: &MarkProjection) -> bool

ne

fn ne(&self, other: &Rhs) -> bool

impl Serialize for MarkProjection

impl Serialize for MarkProjection

serialize

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
    __S: Serializer,

impl Copy for MarkProjection

impl Copy for MarkProjection

impl Eq for MarkProjection

impl Eq for MarkProjection

impl StructuralPartialEq for MarkProjection

impl StructuralPartialEq for MarkProjection