Struct opentelemetry::trace::TraceId
source · [−]pub struct TraceId(_);
Expand description
TraceId is an 16-byte value which uniquely identifies a given trace
The actual u128
value is wrapped in a tuple struct in order to leverage the newtype pattern
Implementations
Trait Implementations
impl Copy for TraceId
impl Eq for TraceId
impl StructuralEq for TraceId
impl StructuralPartialEq for TraceId
Auto Trait Implementations
impl RefUnwindSafe for TraceId
impl Send for TraceId
impl Sync for TraceId
impl Unpin for TraceId
impl UnwindSafe for TraceId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more