pub struct SentryTrace { /* private fields */ }๐Deprecated:
Please use TracePropagationContext instead
Expand description
A container for sentry-trace data.
Implementationsยง
Sourceยงimpl SentryTrace
impl SentryTrace
Trait Implementationsยง
Sourceยงimpl Clone for SentryTrace
impl Clone for SentryTrace
impl Copy for SentryTrace
Sourceยงimpl Debug for SentryTrace
impl Debug for SentryTrace
Sourceยงimpl Default for SentryTrace
impl Default for SentryTrace
Sourceยงimpl Display for SentryTrace
impl Display for SentryTrace
Sourceยงimpl From<SentryTrace> for TracePropagationContext
impl From<SentryTrace> for TracePropagationContext
Sourceยงfn from(trace: SentryTrace) -> Self
fn from(trace: SentryTrace) -> Self
Converts to this type from the input type.
Sourceยงimpl PartialEq for SentryTrace
impl PartialEq for SentryTrace
impl StructuralPartialEq for SentryTrace
Auto Trait Implementationsยง
impl Freeze for SentryTrace
impl RefUnwindSafe for SentryTrace
impl Send for SentryTrace
impl Sync for SentryTrace
impl Unpin for SentryTrace
impl UnsafeUnpin for SentryTrace
impl UnwindSafe for SentryTrace
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