pub struct NewSpanEvent {
pub timestamp: Timestamp,
pub span_id: FullSpanId,
pub kind: NewSpanEventKind,
}
Fields§
§timestamp: Timestamp
§span_id: FullSpanId
§kind: NewSpanEventKind
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewSpanEvent
impl RefUnwindSafe for NewSpanEvent
impl Send for NewSpanEvent
impl Sync for NewSpanEvent
impl Unpin for NewSpanEvent
impl UnwindSafe for NewSpanEvent
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