pub enum NewSpanEventKind {
Create(NewCreateSpanEvent),
Update(NewUpdateSpanEvent),
Follows(NewFollowsSpanEvent),
Enter,
Exit,
Close,
}Variants§
Create(NewCreateSpanEvent)
Update(NewUpdateSpanEvent)
Follows(NewFollowsSpanEvent)
Enter
Exit
Close
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