pub enum SpanKey {
Show 15 variants
Service,
Name,
Resource,
TraceId,
SpanId,
ParentId,
Start,
Duration,
Error,
Meta,
Metrics,
Type,
MetaStruct,
SpanLinks,
SpanEvents,
}Variants§
Service
Name
Resource
TraceId
SpanId
ParentId
Start
Duration
Error
Meta
Metrics
Type
MetaStruct
SpanLinks
SpanEvents
Trait Implementations§
impl StructuralPartialEq for SpanKey
Auto Trait Implementations§
impl Freeze for SpanKey
impl RefUnwindSafe for SpanKey
impl Send for SpanKey
impl Sync for SpanKey
impl Unpin for SpanKey
impl UnsafeUnpin for SpanKey
impl UnwindSafe for SpanKey
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