pub struct NewEnterSpanEvent {
pub thread_id: u64,
}
Fields§
§thread_id: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewEnterSpanEvent
impl RefUnwindSafe for NewEnterSpanEvent
impl Send for NewEnterSpanEvent
impl Sync for NewEnterSpanEvent
impl Unpin for NewEnterSpanEvent
impl UnwindSafe for NewEnterSpanEvent
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