pub struct NewSpanEvent {
pub connection_key: ConnectionKey,
pub timestamp: Timestamp,
pub span_id: SpanId,
pub kind: NewSpanEventKind,
}Fields§
§connection_key: ConnectionKey§timestamp: Timestamp§span_id: SpanId§kind: NewSpanEventKindAuto 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