pub struct TraceMetaExtraction {
pub summary: TraceSummary,
pub raw_fields: Option<RawTraceFields>,
}Expand description
One bounded parse of request _meta, keeping the validated summary and raw
fields tied to the same input.
Fields§
§summary: TraceSummary§raw_fields: Option<RawTraceFields>Trait Implementations§
Source§impl Clone for TraceMetaExtraction
impl Clone for TraceMetaExtraction
Source§fn clone(&self) -> TraceMetaExtraction
fn clone(&self) -> TraceMetaExtraction
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 TraceMetaExtraction
impl Debug for TraceMetaExtraction
Source§impl PartialEq for TraceMetaExtraction
impl PartialEq for TraceMetaExtraction
Source§fn eq(&self, other: &TraceMetaExtraction) -> bool
fn eq(&self, other: &TraceMetaExtraction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TraceMetaExtraction
impl StructuralPartialEq for TraceMetaExtraction
Auto Trait Implementations§
impl Freeze for TraceMetaExtraction
impl RefUnwindSafe for TraceMetaExtraction
impl Send for TraceMetaExtraction
impl Sync for TraceMetaExtraction
impl Unpin for TraceMetaExtraction
impl UnsafeUnpin for TraceMetaExtraction
impl UnwindSafe for TraceMetaExtraction
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.