pub struct RawTraceFields {
pub traceparent: Option<String>,
pub tracestate: Option<String>,
}Expand description
Raw W3C traceparent/tracestate header values recovered from _meta.
Fields§
§traceparent: Option<String>§tracestate: Option<String>Trait Implementations§
Source§impl Clone for RawTraceFields
impl Clone for RawTraceFields
Source§fn clone(&self) -> RawTraceFields
fn clone(&self) -> RawTraceFields
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RawTraceFields
impl Debug for RawTraceFields
Source§impl Default for RawTraceFields
impl Default for RawTraceFields
Source§fn default() -> RawTraceFields
fn default() -> RawTraceFields
Returns the “default value” for a type. Read more
Source§impl PartialEq for RawTraceFields
impl PartialEq for RawTraceFields
Source§fn eq(&self, other: &RawTraceFields) -> bool
fn eq(&self, other: &RawTraceFields) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RawTraceFields
impl StructuralPartialEq for RawTraceFields
Auto Trait Implementations§
impl Freeze for RawTraceFields
impl RefUnwindSafe for RawTraceFields
impl Send for RawTraceFields
impl Sync for RawTraceFields
impl Unpin for RawTraceFields
impl UnsafeUnpin for RawTraceFields
impl UnwindSafe for RawTraceFields
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.