pub struct ValueSet<'a> { /* private fields */ }
Expand description
A set of fields and values for a span.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ValueSet<'a>
impl<'a> !Send for ValueSet<'a>
impl<'a> !Sync for ValueSet<'a>
impl<'a> Unpin for ValueSet<'a>
impl<'a> !UnwindSafe for ValueSet<'a>
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
source§impl<T> WithCollector for T
impl<T> WithCollector for T
source§fn with_collector<C>(self, collector: C) -> WithDispatch<Self> ⓘwhere
C: Into<Dispatch>,
fn with_collector<C>(self, collector: C) -> WithDispatch<Self> ⓘwhere C: Into<Dispatch>,
Available on crate feature
std
only.source§fn with_current_collector(self) -> WithDispatch<Self> ⓘ
fn with_current_collector(self) -> WithDispatch<Self> ⓘ
Available on crate feature
std
only.