Struct rustracing::span::CandidateSpan[][src]

pub struct CandidateSpan<'a, T: 'a> { /* fields omitted */ }

Candidate span for tracing.

Methods

impl<'a, T: 'a> CandidateSpan<'a, T>
[src]

Important traits for &'a [u8]

Returns the tags of this span.

Important traits for &'a [u8]

Returns the references of this span.

Important traits for &'a [u8]

Returns the baggage items of this span.

Trait Implementations

impl<'a, T: Debug + 'a> Debug for CandidateSpan<'a, T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, T> Send for CandidateSpan<'a, T> where
    T: Sync

impl<'a, T> Sync for CandidateSpan<'a, T> where
    T: Sync