pub enum SpanState {
Enter,
Exit,
Event,
}
Expand description
The type of record we are dealing with: entering a span, exiting a span, an event.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpanState
impl RefUnwindSafe for SpanState
impl Send for SpanState
impl Sync for SpanState
impl Unpin for SpanState
impl UnwindSafe for SpanState
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