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