pub enum TraceId {
// some variants omitted
}
Expand description
Coorelates a string of spans together
Users need only refer to displability a factory for generating these is provided.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for TraceId
impl<'de> Deserialize<'de> for TraceId
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for TraceId
impl PartialEq 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§
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