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
Sourceยงfn clone(&self) -> SentryTrace
fn clone(&self) -> SentryTrace
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 moreimpl Copy for SentryTrace
Sourceยงimpl Debug for SentryTrace
impl Debug for SentryTrace
Sourceยงimpl Default for SentryTrace
impl Default for SentryTrace
Sourceยงfn default() -> SentryTrace
fn default() -> SentryTrace
Returns the โdefault valueโ for a type. Read more
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