pub enum NewSpanEventKind {
Create(NewCreateSpanEvent),
Update(NewUpdateSpanEvent),
Follows(NewFollowsSpanEvent),
Enter(NewEnterSpanEvent),
Exit,
Close(NewCloseSpanEvent),
}
Variants§
Create(NewCreateSpanEvent)
Update(NewUpdateSpanEvent)
Follows(NewFollowsSpanEvent)
Enter(NewEnterSpanEvent)
Exit
Close(NewCloseSpanEvent)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewSpanEventKind
impl RefUnwindSafe for NewSpanEventKind
impl Send for NewSpanEventKind
impl Sync for NewSpanEventKind
impl Unpin for NewSpanEventKind
impl UnwindSafe for NewSpanEventKind
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