pub enum SchemaKind {
Evidence,
RenderTrace,
EventTrace,
GoldenTrace,
Telemetry,
MigrationIr,
}Expand description
All schema kinds in the FrankenTUI suite.
Variants§
Evidence
Unified evidence ledger JSONL (ftui-evidence-v{N}).
RenderTrace
Render-trace JSONL (render-trace-v{N}).
EventTrace
Event-trace JSONL.gz (event-trace-v{N}).
GoldenTrace
Golden-trace JSONL (golden-trace-v{N}).
Telemetry
Telemetry OTLP ({major}.{minor}.{patch}).
MigrationIr
Doctor migration IR JSON (migration-ir-v{N}).
Implementations§
Trait Implementations§
Source§impl Clone for SchemaKind
impl Clone for SchemaKind
Source§fn clone(&self) -> SchemaKind
fn clone(&self) -> SchemaKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SchemaKind
Source§impl Debug for SchemaKind
impl Debug for SchemaKind
Source§impl Display for SchemaKind
impl Display for SchemaKind
impl Eq for SchemaKind
Source§impl Hash for SchemaKind
impl Hash for SchemaKind
Source§impl PartialEq for SchemaKind
impl PartialEq for SchemaKind
Source§fn eq(&self, other: &SchemaKind) -> bool
fn eq(&self, other: &SchemaKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SchemaKind
Auto Trait Implementations§
impl Freeze for SchemaKind
impl RefUnwindSafe for SchemaKind
impl Send for SchemaKind
impl Sync for SchemaKind
impl Unpin for SchemaKind
impl UnsafeUnpin for SchemaKind
impl UnwindSafe for SchemaKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.