pub struct SpanEvent {
pub timestamp: Timestamp,
pub span_key: SpanKey,
pub kind: SpanEventKind,
}
Fields§
§timestamp: Timestamp
§span_key: SpanKey
§kind: SpanEventKind
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpanEvent
impl RefUnwindSafe for SpanEvent
impl Send for SpanEvent
impl Sync for SpanEvent
impl Unpin for SpanEvent
impl UnwindSafe for SpanEvent
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